Skip to content

Commit b03822b

Browse files
authored
chore(main): Release v0.0.39 (#324)
🤖 I have created a release *beep* *boop* --- ## [0.0.39](v0.0.38...v0.0.39) (2025-03-01) ### Bug Fixes * **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.19.1 ([#322](#322)) ([fd4d455](fd4d455)) * **deps:** Update dependency org.apache.arrow:arrow-memory-core to v18.2.0 ([#323](#323)) ([db4448c](db4448c)) * **deps:** Update dependency org.apache.arrow:arrow-memory-netty to v18.2.0 ([#325](#325)) ([efa937d](efa937d)) * **deps:** Update dependency org.apache.arrow:arrow-vector to v18.2.0 ([#326](#326)) ([5c884bd](5c884bd)) --- 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 5c884bd commit b03822b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.0.39](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.38...v0.0.39) (2025-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.19.1 ([#322](https://github.com/cloudquery/plugin-sdk-java/issues/322)) ([fd4d455](https://github.com/cloudquery/plugin-sdk-java/commit/fd4d4557529c38d1ea7ca2cbc7df41690b29c3f1))
9+
* **deps:** Update dependency org.apache.arrow:arrow-memory-core to v18.2.0 ([#323](https://github.com/cloudquery/plugin-sdk-java/issues/323)) ([db4448c](https://github.com/cloudquery/plugin-sdk-java/commit/db4448c1b2d473153c254fe3073508077c4b295d))
10+
* **deps:** Update dependency org.apache.arrow:arrow-memory-netty to v18.2.0 ([#325](https://github.com/cloudquery/plugin-sdk-java/issues/325)) ([efa937d](https://github.com/cloudquery/plugin-sdk-java/commit/efa937d7c0ad245177589580647da9816649cb8f))
11+
* **deps:** Update dependency org.apache.arrow:arrow-vector to v18.2.0 ([#326](https://github.com/cloudquery/plugin-sdk-java/issues/326)) ([5c884bd](https://github.com/cloudquery/plugin-sdk-java/commit/5c884bd91260bb118d3e8353b589c69800538a8c))
12+
313
## [0.0.38](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.37...v0.0.38) (2025-02-03)
414

515

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111

1212
group 'io.cloudquery'
1313
// x-release-please-start-version
14-
version = '0.0.38'
14+
version = '0.0.39'
1515
// x-release-please-end
1616

1717
repositories {

0 commit comments

Comments
 (0)