We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9fa31 commit 67f77a4Copy full SHA for 67f77a4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.9](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.8...v0.0.9) (2023-10-12)
4
+
5
6
+### Bug Fixes
7
8
+* Generate Java Code from `plugin-pb` ([#49](https://github.com/cloudquery/plugin-pb-java/issues/49)) ([0a9fa31](https://github.com/cloudquery/plugin-pb-java/commit/0a9fa3111295148109c448c3175c8fba919bbf04))
9
10
## [0.0.8](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.7...v0.0.8) (2023-10-02)
11
12
build.gradle
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
group 'io.cloudquery'
// x-release-please-start-version
13
-version = '0.0.8'
+version = '0.0.9'
14
// x-release-please-end
15
16
repositories {
0 commit comments