We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9c361 commit 692ee83Copy full SHA for 692ee83
3 files changed
.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.3.1"
+ ".": "0.4.0"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.4.0](https://github.com/google/adk-python-community/compare/v0.3.1...v0.4.0) (2026-02-17)
4
+
5
6
+### Features
7
8
+* add release tag workflow ([#75](https://github.com/google/adk-python-community/issues/75)) ([bb9c361](https://github.com/google/adk-python-community/commit/bb9c361069d71802b68e5f11284a373c5bb8829d))
9
10
## [0.3.1](https://github.com/google/adk-python-community/compare/v0.3.0...v0.3.1) (2026-02-12)
11
12
src/google/adk_community/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
15
# version: major.minor.patch
16
-__version__ = "0.3.1"
+__version__ = "0.4.0"
0 commit comments