Skip to content

Commit 3589778

Browse files
committed
chore(main): Release v0.0.15
1 parent e09b4fd commit 3589778

3 files changed

Lines changed: 12 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.14"
2+
".": "0.0.15"
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.15](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.14...v0.0.15) (2024-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.25.3 ([#83](https://github.com/cloudquery/plugin-pb-java/issues/83)) ([f8961bf](https://github.com/cloudquery/plugin-pb-java/commit/f8961bf1d58c4dd88c6b1cc8a6d78d4e6c2a9b5a))
9+
* **deps:** Update dependency gradle to v8.6 ([#85](https://github.com/cloudquery/plugin-pb-java/issues/85)) ([0f5f17b](https://github.com/cloudquery/plugin-pb-java/commit/0f5f17b2c391330dcf7bddd0d02d5914b54eb4c7))
10+
* **deps:** Update grpc-java monorepo to v1.62.2 ([#86](https://github.com/cloudquery/plugin-pb-java/issues/86)) ([250e211](https://github.com/cloudquery/plugin-pb-java/commit/250e2119d5331bcf380eb239f1e4c10909d7fc6b))
11+
* Generate Java Code from `plugin-pb` ([#87](https://github.com/cloudquery/plugin-pb-java/issues/87)) ([e09b4fd](https://github.com/cloudquery/plugin-pb-java/commit/e09b4fd240d09814c893efe96c8cb4e227e803f8))
12+
313
## [0.0.14](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.13...v0.0.14) (2024-02-07)
414

515

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.14'
13+
version = '0.0.15'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)