Skip to content

Commit 3714e35

Browse files
committed
chore(release/candidate): release 0.4.0
1 parent c34a284 commit 3714e35

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/google/adk-python-community/compare/v0.3.0...v0.4.0) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* Add Redis-backed session service to ADK community extensions ([8c69144](https://github.com/google/adk-python-community/commit/8c6914453fd28e5cc6975c9e22e38dd67d9018de))
9+
* Add Redis-backed session service to ADK community extensions ([9804815](https://github.com/google/adk-python-community/commit/98048153edf38b94a91c55e6d5c21308a904e751))
10+
* refactor release workflow to use candidate branch ([#62](https://github.com/google/adk-python-community/issues/62)) ([89c3897](https://github.com/google/adk-python-community/commit/89c38971c57b8c88d88ce6e9a45dea85f856fd72))
11+
12+
13+
### Bug Fixes
14+
15+
* add workflow_dispatch trigger to release-please workflow ([#52](https://github.com/google/adk-python-community/issues/52)) ([974ff14](https://github.com/google/adk-python-community/commit/974ff14057390aaf70dab0ee9fa39bc598ce28f4))
16+
* set release-as at runtime instead of committing to config ([#54](https://github.com/google/adk-python-community/issues/54)) ([b31ff43](https://github.com/google/adk-python-community/commit/b31ff43c801e6045387228a32968838a56d3a176))
17+
* skip release-please on changelog PR merge ([#64](https://github.com/google/adk-python-community/issues/64)) ([22bee6f](https://github.com/google/adk-python-community/commit/22bee6f5b7b3004da9bb3f05d8071818510d4ce0))
18+
* update dependencies ([d4a2614](https://github.com/google/adk-python-community/commit/d4a2614eb754f5df6b4d4e67e905cb4fd646b745))
19+
* update dependencies ([0478acc](https://github.com/google/adk-python-community/commit/0478acc30b60b18ea84c5be6ee98a70d624b7c6c))
20+
* update dependencies and unit test workflow ([6246db4](https://github.com/google/adk-python-community/commit/6246db45a20b06a742cd9d41c1ff43e064cff777))
21+
* update PR label to tagged after release finalize ([#67](https://github.com/google/adk-python-community/issues/67)) ([43047c7](https://github.com/google/adk-python-community/commit/43047c7faf9396b016ef59cdf53559a669df4b70))
22+
23+
24+
### Documentation
25+
26+
* Set the initial version ([9aaf33e](https://github.com/google/adk-python-community/commit/9aaf33e5eedfbb01580512e44c2b53e518ea7d33))
27+
* Update version for 0.1.0 release ([676d00f](https://github.com/google/adk-python-community/commit/676d00fd1bf43b6161c5acdb51fabb4ceefee6bd))
28+
* Update version for 0.1.0 release ([5130d5a](https://github.com/google/adk-python-community/commit/5130d5adc82ea22b600db29b5b2146f7cbfbdc20))
29+
330
## [0.3.0](https://github.com/google/adk-python-community/compare/v0.2.0...v0.3.0) (2026-02-07)
431

532

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.3.0"
16+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)