Skip to content

Commit 3cc1dcf

Browse files
chore(main): Release v0.0.46
1 parent 3ccc243 commit 3cc1dcf

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.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.45"
2+
".": "0.0.46"
33
}

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.46](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.45...v0.0.46) (2026-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update plugin com.google.protobuf to v0.10.0 ([#251](https://github.com/cloudquery/plugin-pb-java/issues/251)) ([14b4b39](https://github.com/cloudquery/plugin-pb-java/commit/14b4b39a6f740c7c47b0b094b2091eef0bdeeb6a))
9+
* Generate Java Code from `plugin-pb` ([#254](https://github.com/cloudquery/plugin-pb-java/issues/254)) ([3ccc243](https://github.com/cloudquery/plugin-pb-java/commit/3ccc24303f65c6125329ed4e7a27e65b5998e514))
10+
311
## [0.0.45](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.44...v0.0.45) (2026-04-01)
412

513

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.45'
15+
version = '0.0.46'
1616
// x-release-please-end
1717

1818
repositories {

0 commit comments

Comments
 (0)