Skip to content

Commit 3bfafe6

Browse files
authored
chore(main): Release v0.0.22 (#116)
🤖 I have created a release *beep* *boop* --- ## [0.0.22](v0.0.21...v0.0.22) (2024-07-30) ### Bug Fixes * Generate Java Code from `plugin-pb` ([#115](#115)) ([8e2ed0c](8e2ed0c)) --- 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 8e2ed0c commit 3bfafe6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.21"
2+
".": "0.0.22"
33
}

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.22](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.21...v0.0.22) (2024-07-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Generate Java Code from `plugin-pb` ([#115](https://github.com/cloudquery/plugin-pb-java/issues/115)) ([8e2ed0c](https://github.com/cloudquery/plugin-pb-java/commit/8e2ed0ca5d46ecee3a071b78d0c026bd60b45b8e))
9+
310
## [0.0.21](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.20...v0.0.21) (2024-07-30)
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.21'
13+
version = '0.0.22'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)