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 8394ac6 commit 8c1594eCopy full SHA for 8c1594e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.6](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.5...v0.0.6) (2023-08-08)
4
+
5
6
+### Bug Fixes
7
8
+* Generate Python Code from `plugin-pb` ([#34](https://github.com/cloudquery/plugin-pb-java/issues/34)) ([8394ac6](https://github.com/cloudquery/plugin-pb-java/commit/8394ac669d5fe4427cf1757ce931f95ddc7ac55e))
9
10
## [0.0.5](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.4...v0.0.5) (2023-08-07)
11
12
build.gradle
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
group 'io.cloudquery'
// x-release-please-start-version
13
-version = '0.0.5'
+version = '0.0.6'
14
// x-release-please-end
15
16
repositories {
0 commit comments