Skip to content

Commit

Permalink
chore(main): Release v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Mar 25, 2024
1 parent 5b8c61c commit efd307d
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.15"
".": "0.0.16"
}
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.16](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.15...v0.0.16) (2024-03-25)


### Bug Fixes

* Generate Java Code from `plugin-pb` ([#88](https://github.com/cloudquery/plugin-pb-java/issues/88)) ([5b8c61c](https://github.com/cloudquery/plugin-pb-java/commit/5b8c61c732265b51589a604d40adb0dcc4aac3d8))

## [0.0.15](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.14...v0.0.15) (2024-03-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.15'
version = '0.0.16'
// x-release-please-end

repositories {
Expand Down

0 comments on commit efd307d

Please sign in to comment.