Skip to content

Commit

Permalink
chore(main): Release v0.0.16 (#89)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.0.16](v0.0.15...v0.0.16) (2024-04-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4 ([#93](#93)) ([4925095](4925095))
* **deps:** Update dependency gradle to v8.7 ([#91](#91)) ([6cf2a68](6cf2a68))
* **deps:** Update dependency org.mockito:mockito-core to v5.11.0 ([#92](#92)) ([8e01e40](8e01e40))
* Generate Java Code from `plugin-pb` ([#88](#88)) ([5b8c61c](5b8c61c))

---
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 Apr 1, 2024
1 parent 4925095 commit 40d3cb0
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.15"
".": "0.0.16"
}
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.16](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.15...v0.0.16) (2024-04-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4 ([#93](https://github.com/cloudquery/plugin-pb-java/issues/93)) ([4925095](https://github.com/cloudquery/plugin-pb-java/commit/49250952143e33ea18d7c915a6aa5c7dbdd5389d))
* **deps:** Update dependency gradle to v8.7 ([#91](https://github.com/cloudquery/plugin-pb-java/issues/91)) ([6cf2a68](https://github.com/cloudquery/plugin-pb-java/commit/6cf2a688c87b21a82998a6c3eb65e85d0db19e50))
* **deps:** Update dependency org.mockito:mockito-core to v5.11.0 ([#92](https://github.com/cloudquery/plugin-pb-java/issues/92)) ([8e01e40](https://github.com/cloudquery/plugin-pb-java/commit/8e01e403de40a1160404a7f1d7389ab0c9819314))
* Generate Java Code from `plugin-pb` ([#88](https://github.com/cloudquery/plugin-pb-java/issues/88)) ([5b8c61c](https://github.com/cloudquery/plugin-pb-java/commit/5b8c61c732265b51589a604d40adb0dcc4aac3d8))

## [0.0.15](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.14...v0.0.15) (2024-03-01)


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.15'
version = '0.0.16'
// x-release-please-end

repositories {
Expand Down

0 comments on commit 40d3cb0

Please sign in to comment.