Skip to content

Commit

Permalink
chore(main): Release v0.0.20 (#112)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.0.20](v0.0.19...v0.0.20) (2024-07-17)


### Bug Fixes

* Generate Java Code from `plugin-pb` ([#111](#111)) ([4f379ad](4f379ad))

---
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 Jul 17, 2024
1 parent 4f379ad commit 33f4a04
Show file tree
Hide file tree
Showing 3 changed files with 9 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.19"
".": "0.0.20"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.20](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.19...v0.0.20) (2024-07-17)


### Bug Fixes

* Generate Java Code from `plugin-pb` ([#111](https://github.com/cloudquery/plugin-pb-java/issues/111)) ([4f379ad](https://github.com/cloudquery/plugin-pb-java/commit/4f379ad443a781cf473290c89dc3732d4158e9e1))

## [0.0.19](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.18...v0.0.19) (2024-07-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.19'
version = '0.0.20'
// x-release-please-end

repositories {
Expand Down

0 comments on commit 33f4a04

Please sign in to comment.