From 4bcf6d82f93328929785d873d08341bf2ec5530f Mon Sep 17 00:00:00 2001 From: Agntcy Build Bot Date: Thu, 10 Sep 2026 17:06:04 +0200 Subject: [PATCH] chore(main): release 0.7.1 Signed-off-by: Agntcy Build Bot --- .github/release-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-manifest.json b/.github/release-manifest.json index 77c0d29..87554f2 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d0693..10b407a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.1](https://github.com/agntcy/slim-a2a-python/compare/v0.7.0...v0.7.1) (2026-09-10) + + +### Features + +* openssf scoreboard implementation ([#29](https://github.com/agntcy/slim-a2a-python/issues/29)) ([3966c94](https://github.com/agntcy/slim-a2a-python/commit/3966c9406c04e13637ee7625c24455df0bfb5bc0)) + + +### Documentation + +* add CONTRIBUTORS.md file ([#31](https://github.com/agntcy/slim-a2a-python/issues/31)) ([5a3b4ae](https://github.com/agntcy/slim-a2a-python/commit/5a3b4ae30a6bb4586b137cadb1a1380a1adc3f5c)) + ## [0.7.0](https://github.com/agntcy/slim-a2a-python/compare/v0.6.1...v0.7.0) (2026-08-07) diff --git a/pyproject.toml b/pyproject.toml index 4f9d383..f8de9b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [project] name = "slima2a" -version = "0.7.0" +version = "0.7.1" description = "A2A protocol over slimrpc" readme = "README.md" requires-python = ">=3.10, <4.0"