diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d08c1ad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [0.3.0](https://github.com/google/adk-python-community/compare/google-adk-community-v0.2.0...google-adk-community-v0.3.0) (2026-02-07) + + +### Features + +* Add Redis-backed session service to ADK community extensions ([8c69144](https://github.com/google/adk-python-community/commit/8c6914453fd28e5cc6975c9e22e38dd67d9018de)) +* Add Redis-backed session service to ADK community extensions ([9804815](https://github.com/google/adk-python-community/commit/98048153edf38b94a91c55e6d5c21308a904e751)) + + +### Bug Fixes + +* 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)) +* 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)) +* update dependencies ([d4a2614](https://github.com/google/adk-python-community/commit/d4a2614eb754f5df6b4d4e67e905cb4fd646b745)) +* update dependencies ([0478acc](https://github.com/google/adk-python-community/commit/0478acc30b60b18ea84c5be6ee98a70d624b7c6c)) +* update dependencies and unit test workflow ([6246db4](https://github.com/google/adk-python-community/commit/6246db45a20b06a742cd9d41c1ff43e064cff777)) + + +### Documentation + +* Set the initial version ([9aaf33e](https://github.com/google/adk-python-community/commit/9aaf33e5eedfbb01580512e44c2b53e518ea7d33)) +* Update version for 0.1.0 release ([676d00f](https://github.com/google/adk-python-community/commit/676d00fd1bf43b6161c5acdb51fabb4ceefee6bd)) +* Update version for 0.1.0 release ([5130d5a](https://github.com/google/adk-python-community/commit/5130d5adc82ea22b600db29b5b2146f7cbfbdc20)) diff --git a/src/google/adk_community/version.py b/src/google/adk_community/version.py index c0cbd75..816d3ff 100644 --- a/src/google/adk_community/version.py +++ b/src/google/adk_community/version.py @@ -13,4 +13,4 @@ # limitations under the License. # version: major.minor.patch -__version__ = "0.2.0" +__version__ = "0.3.0"