Skip to content

Commit

Permalink
chore(main): Release v0.0.15 (#84)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
cq-bot authored Mar 1, 2024
1 parent e09b4fd commit 1ba96e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.14"
".": "0.0.15"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.0.15](https://github.com/cloudquery/plugin-pb-java/compare/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](https://github.com/cloudquery/plugin-pb-java/issues/83)) ([f8961bf](https://github.com/cloudquery/plugin-pb-java/commit/f8961bf1d58c4dd88c6b1cc8a6d78d4e6c2a9b5a))
* **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))
* **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))
* 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))

## [0.0.14](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.13...v0.0.14) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mainClassName = 'main.Main'

group 'io.cloudquery'
// x-release-please-start-version
version = '0.0.14'
version = '0.0.15'
// x-release-please-end

repositories {
Expand Down

0 comments on commit 1ba96e6

Please sign in to comment.