Skip to content

Commit f55002b

Browse files
committed
chore(main): Release v0.0.29
1 parent e9599ea commit f55002b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.0.29](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.28...v0.0.29) (2025-01-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.29.2 ([#146](https://github.com/cloudquery/plugin-pb-java/issues/146)) ([dfae4e0](https://github.com/cloudquery/plugin-pb-java/commit/dfae4e0563e7fd8323f8619f7e75836d7b2ad6ea))
9+
* **deps:** Update dependency gradle to v8.12 ([#147](https://github.com/cloudquery/plugin-pb-java/issues/147)) ([479698e](https://github.com/cloudquery/plugin-pb-java/commit/479698e67dbd607678ba08185284960e1c5c1b49))
10+
* **deps:** Update grpc-java monorepo to v1.69.0 ([#149](https://github.com/cloudquery/plugin-pb-java/issues/149)) ([e9599ea](https://github.com/cloudquery/plugin-pb-java/commit/e9599ea20e63043de55b0087d6d29ded60aa030a))
11+
312
## [0.0.28](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.27...v0.0.28) (2024-12-01)
413

514

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
1010

1111
group 'io.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.28'
13+
version = '0.0.29'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)