Skip to content

Commit 7217063

Browse files
committed
chore(main): Release v0.0.34
1 parent 7316e77 commit 7217063

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.33"
2+
".": "0.0.34"
33
}

CHANGELOG.md

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

3+
## [0.0.34](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.33...v0.0.34) (2025-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.31.1 ([#172](https://github.com/cloudquery/plugin-pb-java/issues/172)) ([7316e77](https://github.com/cloudquery/plugin-pb-java/commit/7316e773aeabfdee3c0d267a76718bd5cd3586d5))
9+
* Generate Java Code from `plugin-pb` ([#170](https://github.com/cloudquery/plugin-pb-java/issues/170)) ([338d022](https://github.com/cloudquery/plugin-pb-java/commit/338d02226b6e75c2b4a609c6ba1563f4b603578b))
10+
311
## [0.0.33](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.32...v0.0.33) (2025-06-26)
412

513

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.33'
13+
version = '0.0.34'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)