Skip to content

Commit

Permalink
chore(main): Release v0.0.17 (#95)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
cq-bot authored May 6, 2024
1 parent 52a1999 commit 6efbbef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.16"
".": "0.0.17"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.17](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.16...v0.0.17) (2024-05-01)


### Bug Fixes

* **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))
* 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))
* 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))

## [0.0.16](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.15...v0.0.16) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mainClassName = 'main.Main'

group 'io.cloudquery'
// x-release-please-start-version
version = '0.0.16'
version = '0.0.17'
// x-release-please-end

repositories {
Expand Down

0 comments on commit 6efbbef

Please sign in to comment.