Skip to content

Commit 033554e

Browse files
authored
chore(main): Release v0.0.5 (#32)
🤖 I have created a release *beep* *boop* --- ## [0.0.5](v0.0.4...v0.0.5) (2023-08-07) ### Bug Fixes * Generate Python Code from `plugin-pb` ([#31](#31)) ([77655c5](77655c5)) * Update package group ([bfe2974](bfe2974)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent bfe2974 commit 033554e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.0.5](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.4...v0.0.5) (2023-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Generate Python Code from `plugin-pb` ([#31](https://github.com/cloudquery/plugin-pb-java/issues/31)) ([77655c5](https://github.com/cloudquery/plugin-pb-java/commit/77655c5c95063e325539055eaeced5bf9e1e605e))
9+
* Update package group ([bfe2974](https://github.com/cloudquery/plugin-pb-java/commit/bfe2974a25bd7c1fa1c724d0dd733f9e55c4baa6))
10+
311
## [0.0.4](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.3...v0.0.4) (2023-08-03)
412

513

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.4'
13+
version = '0.0.5'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)