Skip to content

Commit 5458c79

Browse files
chore(main): Release v0.0.45 (#249)
🤖 I have created a release *beep* *boop* --- ## [0.0.45](v0.0.44...v0.0.45) (2026-04-01) ### Bug Fixes * Generate Java Code from `plugin-pb` ([#248](#248)) ([c995ac2](c995ac2)) --- 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 c995ac2 commit 5458c79

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.44"
2+
".": "0.0.45"
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.45](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.44...v0.0.45) (2026-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Generate Java Code from `plugin-pb` ([#248](https://github.com/cloudquery/plugin-pb-java/issues/248)) ([c995ac2](https://github.com/cloudquery/plugin-pb-java/commit/c995ac2d918c3d48163bcc229e400aa81f107076))
9+
310
## [0.0.44](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.43...v0.0.44) (2026-04-01)
411

512

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ application {
1212

1313
group 'io.cloudquery'
1414
// x-release-please-start-version
15-
version = '0.0.44'
15+
version = '0.0.45'
1616
// x-release-please-end
1717

1818
repositories {

0 commit comments

Comments
 (0)