Skip to content

Commit ce69a2d

Browse files
authored
chore(release/candidate): release 0.3.0 (#63)
1 parent 89c3897 commit ce69a2d

File tree

3 files changed

+16
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/google/adk-python-community/compare/v0.2.0...v0.3.0) (2026-02-07)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* 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))

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.2.0"
16+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)