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.0"
".": "0.4.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release date is set in the year 2026. This pattern is also present in previous release entries, which suggests a potential misconfiguration in the release automation process. The date in the changelog should accurately reflect the release date.



### Bug Fixes

* **release:** configure git identity from RELEASE_PAT in finalize ([#81](https://github.com/google/adk-python-community/issues/81)) ([2b0c576](https://github.com/google/adk-python-community/commit/2b0c5768ef0a6e43af392e8ddd42433229507b4b))
* **release:** dispatch release-please on release/candidate branch ([#84](https://github.com/google/adk-python-community/issues/84)) ([81c5371](https://github.com/google/adk-python-community/commit/81c5371c05b4a72959d935d0c51cee52e2e57218))
* **release:** skip release-please when release/candidate is renamed ([#83](https://github.com/google/adk-python-community/issues/83)) ([f620dab](https://github.com/google/adk-python-community/commit/f620dabd527e1d7f84980c254ac1f4ffc244cf24))
* **release:** use gh api for branch check in release-please ([#85](https://github.com/google/adk-python-community/issues/85)) ([14da7e9](https://github.com/google/adk-python-community/commit/14da7e9d7a1fc51c984e753d2e39dfb9ebfc61a8))
* **release:** use last-release-sha instead of tags for release-please ([#78](https://github.com/google/adk-python-community/issues/78)) ([d2af60a](https://github.com/google/adk-python-community/commit/d2af60ab334d0bb44d27eaf0b88797f5fc5aa18f))

## [0.4.0](https://github.com/google/adk-python-community/compare/v0.3.1...v0.4.0) (2026-02-17)


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.0"
__version__ = "0.4.1"