Skip to content

Commit 6efbbef

Browse files
authored
chore(main): Release v0.0.17 (#95)
🤖 I have created a release *beep* *boop* --- ## [0.0.17](v0.0.16...v0.0.17) (2024-05-01) ### Bug Fixes * **deps:** Update grpc-java monorepo to v1.63.0 ([#97](#97)) ([9b5e9d4](9b5e9d4)) * Generate Java Code from `plugin-pb` ([#94](#94)) ([52c313d](52c313d)) * Generate Java Code from `plugin-pb` ([#98](#98)) ([52a1999](52a1999)) --- 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 52a1999 commit 6efbbef

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.16"
2+
".": "0.0.17"
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.17](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.16...v0.0.17) (2024-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update grpc-java monorepo to v1.63.0 ([#97](https://github.com/cloudquery/plugin-pb-java/issues/97)) ([9b5e9d4](https://github.com/cloudquery/plugin-pb-java/commit/9b5e9d4ad9eb386464681fff0f67d9b3521c6c2a))
9+
* Generate Java Code from `plugin-pb` ([#94](https://github.com/cloudquery/plugin-pb-java/issues/94)) ([52c313d](https://github.com/cloudquery/plugin-pb-java/commit/52c313d5e87b0730d7a28131cba97c8650274d54))
10+
* Generate Java Code from `plugin-pb` ([#98](https://github.com/cloudquery/plugin-pb-java/issues/98)) ([52a1999](https://github.com/cloudquery/plugin-pb-java/commit/52a1999342ba2d68452118e20b691f17a48199bb))
11+
312
## [0.0.16](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.15...v0.0.16) (2024-04-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.16'
13+
version = '0.0.17'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)