Skip to content

Commit

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


## [0.0.29](v0.0.28...v0.0.29) (2025-01-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.29.2 ([#146](#146)) ([dfae4e0](dfae4e0))
* **deps:** Update dependency gradle to v8.12 ([#147](#147)) ([479698e](479698e))
* **deps:** Update grpc-java monorepo to v1.69.0 ([#149](#149)) ([e9599ea](e9599ea))
* Generate Java Code from `plugin-pb` ([#150](#150)) ([a84ca25](a84ca25))

---
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 Jan 7, 2025
1 parent a84ca25 commit 4d78d57
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.28"
".": "0.0.29"
}
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.29](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.28...v0.0.29) (2025-01-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.29.2 ([#146](https://github.com/cloudquery/plugin-pb-java/issues/146)) ([dfae4e0](https://github.com/cloudquery/plugin-pb-java/commit/dfae4e0563e7fd8323f8619f7e75836d7b2ad6ea))
* **deps:** Update dependency gradle to v8.12 ([#147](https://github.com/cloudquery/plugin-pb-java/issues/147)) ([479698e](https://github.com/cloudquery/plugin-pb-java/commit/479698e67dbd607678ba08185284960e1c5c1b49))
* **deps:** Update grpc-java monorepo to v1.69.0 ([#149](https://github.com/cloudquery/plugin-pb-java/issues/149)) ([e9599ea](https://github.com/cloudquery/plugin-pb-java/commit/e9599ea20e63043de55b0087d6d29ded60aa030a))
* Generate Java Code from `plugin-pb` ([#150](https://github.com/cloudquery/plugin-pb-java/issues/150)) ([a84ca25](https://github.com/cloudquery/plugin-pb-java/commit/a84ca25f0b8aafed385f730ad4ab5d32747c55d2))

## [0.0.28](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.27...v0.0.28) (2024-12-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.28'
version = '0.0.29'
// x-release-please-end

repositories {
Expand Down

0 comments on commit 4d78d57

Please sign in to comment.