Skip to content

Commit cee39ec

Browse files
authored
chore(main): Release v0.0.30 (#154)
🤖 I have created a release *beep* *boop* --- ## [0.0.30](v0.0.29...v0.0.30) (2025-02-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.29.3 ([#152](#152)) ([7bde53e](7bde53e)) * **deps:** Update dependency gradle to v8.12.1 ([#153](#153)) ([74bec67](74bec67)) * **deps:** Update dependency org.mockito:mockito-core to v5.15.2 ([#155](#155)) ([16bd556](16bd556)) * **deps:** Update grpc-java monorepo to v1.70.0 ([#156](#156)) ([1d806a0](1d806a0)) * Generate Java Code from `plugin-pb` ([#157](#157)) ([221dfb9](221dfb9)) --- 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 221dfb9 commit cee39ec

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.29"
2+
".": "0.0.30"
33
}

CHANGELOG.md

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

3+
## [0.0.30](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.29...v0.0.30) (2025-02-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.29.3 ([#152](https://github.com/cloudquery/plugin-pb-java/issues/152)) ([7bde53e](https://github.com/cloudquery/plugin-pb-java/commit/7bde53e44a1c82b4952b59d2c1f3b8dc82b83a35))
9+
* **deps:** Update dependency gradle to v8.12.1 ([#153](https://github.com/cloudquery/plugin-pb-java/issues/153)) ([74bec67](https://github.com/cloudquery/plugin-pb-java/commit/74bec67eb0d324b6f2e608b874a323f3d95f6da8))
10+
* **deps:** Update dependency org.mockito:mockito-core to v5.15.2 ([#155](https://github.com/cloudquery/plugin-pb-java/issues/155)) ([16bd556](https://github.com/cloudquery/plugin-pb-java/commit/16bd5561a9d6632eefbc1a7a57afa87a805da6da))
11+
* **deps:** Update grpc-java monorepo to v1.70.0 ([#156](https://github.com/cloudquery/plugin-pb-java/issues/156)) ([1d806a0](https://github.com/cloudquery/plugin-pb-java/commit/1d806a045556334e6b5d64213d42d8ebba5fd2c9))
12+
* Generate Java Code from `plugin-pb` ([#157](https://github.com/cloudquery/plugin-pb-java/issues/157)) ([221dfb9](https://github.com/cloudquery/plugin-pb-java/commit/221dfb997147c30cf542f564ba98f6257f17dda2))
13+
314
## [0.0.29](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.28...v0.0.29) (2025-01-01)
415

516

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

1616
repositories {

0 commit comments

Comments
 (0)