Skip to content

Commit f6a24eb

Browse files
authored
chore(main): Release v0.0.19 (#108)
🤖 I have created a release *beep* *boop* --- ## [0.0.19](v0.0.18...v0.0.19) (2024-07-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.27.2 ([#107](#107)) ([e069c32](e069c32)) * **deps:** Update grpc-java monorepo to v1.65.0 ([#109](#109)) ([171e739](171e739)) * Generate Java Code from `plugin-pb` ([#110](#110)) ([a71131e](a71131e)) --- 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 a71131e commit f6a24eb

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.18"
2+
".": "0.0.19"
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.19](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.18...v0.0.19) (2024-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.27.2 ([#107](https://github.com/cloudquery/plugin-pb-java/issues/107)) ([e069c32](https://github.com/cloudquery/plugin-pb-java/commit/e069c327540bd3f5fea3967a53cb10085e57c942))
9+
* **deps:** Update grpc-java monorepo to v1.65.0 ([#109](https://github.com/cloudquery/plugin-pb-java/issues/109)) ([171e739](https://github.com/cloudquery/plugin-pb-java/commit/171e7393a739c3535ce2040c4289be49d57a550a))
10+
* Generate Java Code from `plugin-pb` ([#110](https://github.com/cloudquery/plugin-pb-java/issues/110)) ([a71131e](https://github.com/cloudquery/plugin-pb-java/commit/a71131e59a390515f6365ae01ab9dcd21acfc329))
11+
312
## [0.0.18](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.17...v0.0.18) (2024-06-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.18'
13+
version = '0.0.19'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)