Skip to content

Commit a67b583

Browse files
authored
chore: merge release v0.4.1 to main (#87)
1 parent 14da7e9 commit a67b583

4 files changed

Lines changed: 59 additions & 13 deletions

File tree

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

.github/release-please-config.json

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"last-release-sha": "bb9c361069d71802b68e5f11284a373c5bb8829d",
3+
"last-release-sha": "14da7e9d7a1fc51c984e753d2e39dfb9ebfc61a8",
44
"packages": {
55
".": {
66
"release-type": "python",
@@ -9,16 +9,51 @@
99
"skip-github-release": true,
1010
"changelog-path": "CHANGELOG.md",
1111
"changelog-sections": [
12-
{"type": "feat", "section": "Features"},
13-
{"type": "fix", "section": "Bug Fixes"},
14-
{"type": "perf", "section": "Performance Improvements"},
15-
{"type": "refactor", "section": "Code Refactoring"},
16-
{"type": "docs", "section": "Documentation"},
17-
{"type": "test", "section": "Tests", "hidden": true},
18-
{"type": "build", "section": "Build System", "hidden": true},
19-
{"type": "ci", "section": "CI/CD", "hidden": true},
20-
{"type": "style", "section": "Styles", "hidden": true},
21-
{"type": "chore", "section": "Miscellaneous Chores", "hidden": true}
12+
{
13+
"type": "feat",
14+
"section": "Features"
15+
},
16+
{
17+
"type": "fix",
18+
"section": "Bug Fixes"
19+
},
20+
{
21+
"type": "perf",
22+
"section": "Performance Improvements"
23+
},
24+
{
25+
"type": "refactor",
26+
"section": "Code Refactoring"
27+
},
28+
{
29+
"type": "docs",
30+
"section": "Documentation"
31+
},
32+
{
33+
"type": "test",
34+
"section": "Tests",
35+
"hidden": true
36+
},
37+
{
38+
"type": "build",
39+
"section": "Build System",
40+
"hidden": true
41+
},
42+
{
43+
"type": "ci",
44+
"section": "CI/CD",
45+
"hidden": true
46+
},
47+
{
48+
"type": "style",
49+
"section": "Styles",
50+
"hidden": true
51+
},
52+
{
53+
"type": "chore",
54+
"section": "Miscellaneous Chores",
55+
"hidden": true
56+
}
2257
]
2358
}
2459
}

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/google/adk-python-community/compare/v0.4.0...v0.4.1) (2026-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **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))
13+
314
## [0.4.0](https://github.com/google/adk-python-community/compare/v0.3.1...v0.4.0) (2026-02-17)
415

516

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.4.0"
16+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)