Skip to content

Commit 1ba96e6

Browse files
authored
chore(main): Release v0.0.15 (#84)
🤖 I have created a release *beep* *boop* --- ## [0.0.15](v0.0.14...v0.0.15) (2024-03-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.25.3 ([#83](#83)) ([f8961bf](f8961bf)) * **deps:** Update dependency gradle to v8.6 ([#85](#85)) ([0f5f17b](0f5f17b)) * **deps:** Update grpc-java monorepo to v1.62.2 ([#86](#86)) ([250e211](250e211)) * Generate Java Code from `plugin-pb` ([#87](#87)) ([e09b4fd](e09b4fd)) --- 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 e09b4fd commit 1ba96e6

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.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)