Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.5.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.5.0](https://github.com/google/adk-python-community/compare/v0.4.1...v0.5.0) (2026-05-20)


### Features

* add AgentGovernancePlugin for tool-call governance ([#141](https://github.com/google/adk-python-community/issues/141)) ([f9bfa20](https://github.com/google/adk-python-community/commit/f9bfa2043bbf8aa32d3c9734245cb83aa5175c94))
* add S3ArtifactService with native async and atomic versioning ([#115](https://github.com/google/adk-python-community/issues/115)) ([d07ad02](https://github.com/google/adk-python-community/commit/d07ad02fd592f47ef84aaf7f94ac1bd7505c6ec0))
* **ci:** add GEMINI_CLI_TRUST_WORKSPACE setting to gemini-review workflow ([#122](https://github.com/google/adk-python-community/issues/122)) ([6acdb23](https://github.com/google/adk-python-community/commit/6acdb2398021e9431c5a0bfc00a391333e35ea99))
* **ci:** bulletproof gemini-review workflow by removing tools whitelists and using default toolbox ([#123](https://github.com/google/adk-python-community/issues/123)) ([1a824e0](https://github.com/google/adk-python-community/commit/1a824e0c79f57ee59a64c3cdbfcb460a79410683))
* **ci:** bulletproof gemini-review workflow by removing tools whitelists and using default toolbox ([#124](https://github.com/google/adk-python-community/issues/124)) ([57df5aa](https://github.com/google/adk-python-community/commit/57df5aaec4204bd89c91d37ba9f06a43903c77a3))
* **spraay:** Add Spraay batch payment tools for Base ([#95](https://github.com/google/adk-python-community/issues/95)) ([8172fd3](https://github.com/google/adk-python-community/commit/8172fd397603b282ef710673b35ce0be68b2d511))


### Bug Fixes

* **ci:** correct github_pr_number fallback and action versions in gemini-review workflow ([#120](https://github.com/google/adk-python-community/issues/120)) ([0ad6813](https://github.com/google/adk-python-community/commit/0ad68137469ab7fb3573b50483e189c473b59086))
* resolve CI test failures for Redis temp state and S3 deps ([#125](https://github.com/google/adk-python-community/issues/125)) ([0624450](https://github.com/google/adk-python-community/commit/0624450abb3dbe412e327ab2c42b433033c6de7e))

## [0.4.1](https://github.com/google/adk-python-community/compare/v0.4.0...v0.4.1) (2026-02-18)


Expand Down
2 changes: 1 addition & 1 deletion src/google/adk_community/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# version: major.minor.patch
__version__ = "0.4.1"
__version__ = "0.5.0"
Loading