Skip to content

Commit c47da11

Browse files
authored
chore: merge release v0.5.0 to main (#146)
* chore(release/candidate): release 0.5.0 (#145) * chore(release/candidate): release 0.5.0 * chore: group ci changes under misc in changelog * chore: update last-release-sha for next release --------- Co-authored-by: haranrk <19757243+haranrk@users.noreply.github.com>
1 parent f9bfa20 commit c47da11

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

.github/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"last-release-sha": "14da7e9d7a1fc51c984e753d2e39dfb9ebfc61a8",
3+
"last-release-sha": "f9bfa2043bbf8aa32d3c9734245cb83aa5175c94",
44
"packages": {
55
".": {
66
"release-type": "python",

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/google/adk-python-community/compare/v0.4.1...v0.5.0) (2026-05-20)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
17+
18+
### Misc
19+
20+
* **ci:** update gemini-review workflow ([#120](https://github.com/google/adk-python-community/issues/120), [#122](https://github.com/google/adk-python-community/issues/122), [#123](https://github.com/google/adk-python-community/issues/123), [#124](https://github.com/google/adk-python-community/issues/124)) ([0ad6813](https://github.com/google/adk-python-community/commit/0ad68137469ab7fb3573b50483e189c473b59086), [6acdb23](https://github.com/google/adk-python-community/commit/6acdb2398021e9431c5a0bfc00a391333e35ea99), [1a824e0](https://github.com/google/adk-python-community/commit/1a824e0c79f57ee59a64c3cdbfcb460a79410683), [57df5aa](https://github.com/google/adk-python-community/commit/57df5aaec4204bd89c91d37ba9f06a43903c77a3))
21+
322
## [0.4.1](https://github.com/google/adk-python-community/compare/v0.4.0...v0.4.1) (2026-02-18)
423

524

src/google/adk_community/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# version: major.minor.patch
16-
__version__ = "0.4.1"
16+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)