Skip to content

Commit 545cca9

Browse files
authored
chore(main): Release v0.0.36 (#188)
🤖 I have created a release *beep* *boop* --- ## [0.0.36](v0.0.35...v0.0.36) (2025-10-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.32.1 ([#191](#191)) ([69d402d](69d402d)) * **deps:** Update dependency org.mockito:mockito-core to v5.20.0 ([#192](#192)) ([0b7e1db](0b7e1db)) * Generate Java Code from `plugin-pb` ([#187](#187)) ([96e5158](96e5158)) * Generate Java Code from `plugin-pb` ([#196](#196)) ([a5254cf](a5254cf)) --- 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 d22a306 commit 545cca9

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.35"
2+
".": "0.0.36"
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.36](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.35...v0.0.36) (2025-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.32.1 ([#191](https://github.com/cloudquery/plugin-pb-java/issues/191)) ([69d402d](https://github.com/cloudquery/plugin-pb-java/commit/69d402d72c5301403ec0786b31c534856e39e794))
9+
* **deps:** Update dependency org.mockito:mockito-core to v5.20.0 ([#192](https://github.com/cloudquery/plugin-pb-java/issues/192)) ([0b7e1db](https://github.com/cloudquery/plugin-pb-java/commit/0b7e1dbb39219f7c6824fc78ac5d2af2d8aca12d))
10+
* Generate Java Code from `plugin-pb` ([#187](https://github.com/cloudquery/plugin-pb-java/issues/187)) ([96e5158](https://github.com/cloudquery/plugin-pb-java/commit/96e51581b6799f5b011170611f6f9162180bb343))
11+
* Generate Java Code from `plugin-pb` ([#196](https://github.com/cloudquery/plugin-pb-java/issues/196)) ([a5254cf](https://github.com/cloudquery/plugin-pb-java/commit/a5254cfc2e57dfcea7ad95fc3a838ffb4f971a5b))
12+
313
## [0.0.35](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.34...v0.0.35) (2025-09-01)
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.35'
13+
version = '0.0.36'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)