Skip to content

Commit 8c1594e

Browse files
authored
chore(main): Release v0.0.6 (#35)
1 parent 8394ac6 commit 8c1594e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.0.5](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.4...v0.0.5) (2023-08-07)
411

512

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
1010

1111
group 'io.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.5'
13+
version = '0.0.6'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)