Skip to content

Commit 4d760de

Browse files
committed
Bump version to 0.8.2
1 parent 59d5a6d commit 4d760de

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Factorly
1010

11-
[![Release](https://img.shields.io/badge/Release-v0.8.1-blue?logo=github)](https://github.com/factorly-dev/factorly/releases)
11+
[![Release](https://img.shields.io/badge/Release-v0.8.2-blue?logo=github)](https://github.com/factorly-dev/factorly/releases)
1212
[![Go](https://img.shields.io/badge/Go-1.24+-00ADD8?logo=go&logoColor=white)](https://go.dev)
1313
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-green.svg)](LICENSE)
1414
[![CI](https://img.shields.io/badge/CI-passing-brightgreen?logo=github)](https://github.com/factorly-dev/factorly/actions/workflows/ci.yml)

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "factorly",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Your agent calls tools. Factorly holds the keys.",
55
"homepage": "https://github.com/factorly-dev/factorly",
66
"repository": {

pip/factorly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""Factorly — security and governance layer for AI agent tool access."""
55

6-
__version__ = "0.8.1"
6+
__version__ = "0.8.2"

pip/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "factorly"
7-
version = "0.8.1"
7+
version = "0.8.2"
88
description = "Security and governance layer for AI agent tool access"
99
readme = "README.md"
1010
license = {text = "GPL-3.0"}

src/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
package internal
55

66
const (
7-
Version = "0.8.1"
7+
Version = "0.8.2"
88
AppName = "factorly"
99
)

0 commit comments

Comments
 (0)