Skip to content

Commit 9d8998b

Browse files
authored
chore(main): Release v0.0.25 (#131)
🤖 I have created a release *beep* *boop* --- ## [0.0.25](v0.0.24...v0.0.25) (2024-09-17) ### Bug Fixes * Generate Java Code from `plugin-pb` ([#130](#130)) ([e9e528f](e9e528f)) --- 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 e9e528f commit 9d8998b

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.24"
2+
".": "0.0.25"
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.25](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.24...v0.0.25) (2024-09-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Generate Java Code from `plugin-pb` ([#130](https://github.com/cloudquery/plugin-pb-java/issues/130)) ([e9e528f](https://github.com/cloudquery/plugin-pb-java/commit/e9e528f6d3d9f673bcfb2d2de7ce0052b6d85b06))
9+
310
## [0.0.24](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.23...v0.0.24) (2024-09-01)
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.24'
13+
version = '0.0.25'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)