Skip to content

Commit c34260c

Browse files
authored
chore(main): Release v0.0.34 (#171)
🤖 I have created a release *beep* *boop* --- ## [0.0.34](v0.0.33...v0.0.34) (2025-07-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.31.1 ([#172](#172)) ([7316e77](7316e77)) * **deps:** Update dependency gradle to v8.14.2 ([#173](#173)) ([553ee1d](553ee1d)) * Generate Java Code from `plugin-pb` ([#170](#170)) ([338d022](338d022)) * Generate Java Code from `plugin-pb` ([#174](#174)) ([d2e0187](d2e0187)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent d2e0187 commit c34260c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
* **deps:** Update dependency gradle to v8.14.2 ([#173](https://github.com/cloudquery/plugin-pb-java/issues/173)) ([553ee1d](https://github.com/cloudquery/plugin-pb-java/commit/553ee1d5c5408d36c7ce9348a60112cc14eb1a81))
10+
* 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))
11+
* Generate Java Code from `plugin-pb` ([#174](https://github.com/cloudquery/plugin-pb-java/issues/174)) ([d2e0187](https://github.com/cloudquery/plugin-pb-java/commit/d2e01871acd83621eee23e86c540cedd1a20682f))
12+
313
## [0.0.33](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.32...v0.0.33) (2025-06-26)
414

515

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)