Skip to content

Commit 19edb45

Browse files
authored
chore(main): Release v0.0.4 (#25)
🤖 I have created a release *beep* *boop* --- ## [0.0.4](v0.0.3...v0.0.4) (2023-08-03) ### Bug Fixes * Generate Python Code from `plugin-pb` ([#23](#23)) ([2753a1a](2753a1a)) --- 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 08358d3 commit 19edb45

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.4](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.3...v0.0.4) (2023-08-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Generate Python Code from `plugin-pb` ([#23](https://github.com/cloudquery/plugin-pb-java/issues/23)) ([2753a1a](https://github.com/cloudquery/plugin-pb-java/commit/2753a1a149e99076333e5e349071c18c993365cf))
9+
310
## [0.0.3](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.2...v0.0.3) (2023-08-03)
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 'com.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.3'
13+
version = '0.0.4'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)