File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 33
44"""Factorly — security and governance layer for AI agent tool access."""
55
6- __version__ = "0.8.1 "
6+ __version__ = "0.8.2 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " factorly"
7- version = " 0.8.1 "
7+ version = " 0.8.2 "
88description = " Security and governance layer for AI agent tool access"
99readme = " README.md"
1010license = {text = " GPL-3.0" }
Original file line number Diff line number Diff line change 44package internal
55
66const (
7- Version = "0.8.1 "
7+ Version = "0.8.2 "
88 AppName = "factorly"
99)
You can’t perform that action at this time.
0 commit comments