Skip to content

Commit 486b84a

Browse files
committed
chore(main): Release v0.0.39
1 parent 88e9d4a commit 486b84a

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.38"
2+
".": "0.0.39"
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.39](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.38...v0.0.39) (2025-10-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Change Gradle command from package to publish ([#205](https://github.com/cloudquery/plugin-pb-java/issues/205)) ([88e9d4a](https://github.com/cloudquery/plugin-pb-java/commit/88e9d4a63b179a4a92a6e58a94e019a37cc607bf))
9+
310
## [0.0.38](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.37...v0.0.38) (2025-10-16)
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.38'
15+
version = '0.0.39'
1616
// x-release-please-end
1717

1818
repositories {

0 commit comments

Comments
 (0)