Skip to content

Commit a9c6c88

Browse files
authored
chore(main): Release v0.0.31 (#160)
🤖 I have created a release *beep* *boop* --- ## [0.0.31](v0.0.30...v0.0.31) (2025-04-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.30.1 ([#158](#158)) ([62db41a](62db41a)) * **deps:** Update dependency gradle to v8.13 ([#159](#159)) ([14831ab](14831ab)) * Generate Java Code from `plugin-pb` ([#161](#161)) ([563f0ad](563f0ad)) --- 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 563f0ad commit a9c6c88

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.30"
2+
".": "0.0.31"
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.31](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.30...v0.0.31) (2025-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.30.1 ([#158](https://github.com/cloudquery/plugin-pb-java/issues/158)) ([62db41a](https://github.com/cloudquery/plugin-pb-java/commit/62db41a3d804f276521f20ca08eec818f8b3f0fd))
9+
* **deps:** Update dependency gradle to v8.13 ([#159](https://github.com/cloudquery/plugin-pb-java/issues/159)) ([14831ab](https://github.com/cloudquery/plugin-pb-java/commit/14831aba80d91e00471707a47b48b08ae9bfa260))
10+
* Generate Java Code from `plugin-pb` ([#161](https://github.com/cloudquery/plugin-pb-java/issues/161)) ([563f0ad](https://github.com/cloudquery/plugin-pb-java/commit/563f0ada62cbe3080af1176dba19466e00b7501b))
11+
312
## [0.0.30](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.29...v0.0.30) (2025-02-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.30'
13+
version = '0.0.31'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)