Skip to content

Commit c500531

Browse files
authored
chore(main): Release v0.0.27 (#141)
🤖 I have created a release *beep* *boop* --- ## [0.0.27](v0.0.26...v0.0.27) (2024-11-01) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.28.3 ([#139](#139)) ([1c59ebb](1c59ebb)) * **deps:** Update dependency org.mockito:mockito-core to v5.14.2 ([#140](#140)) ([42520e9](42520e9)) * **deps:** Update grpc-java monorepo to v1.68.1 ([#142](#142)) ([cd06246](cd06246)) * Generate Java Code from `plugin-pb` ([#143](#143)) ([7fa5508](7fa5508)) --- 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 7fa5508 commit c500531

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.26"
2+
".": "0.0.27"
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.27](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.26...v0.0.27) (2024-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.28.3 ([#139](https://github.com/cloudquery/plugin-pb-java/issues/139)) ([1c59ebb](https://github.com/cloudquery/plugin-pb-java/commit/1c59ebb2684f7adb205823587dee6c33ceac3b9d))
9+
* **deps:** Update dependency org.mockito:mockito-core to v5.14.2 ([#140](https://github.com/cloudquery/plugin-pb-java/issues/140)) ([42520e9](https://github.com/cloudquery/plugin-pb-java/commit/42520e9671c245853cae7dd09d767fb0a05e6eca))
10+
* **deps:** Update grpc-java monorepo to v1.68.1 ([#142](https://github.com/cloudquery/plugin-pb-java/issues/142)) ([cd06246](https://github.com/cloudquery/plugin-pb-java/commit/cd062467e4a5c55e7be6cd6c86bfac44abb8b723))
11+
* Generate Java Code from `plugin-pb` ([#143](https://github.com/cloudquery/plugin-pb-java/issues/143)) ([7fa5508](https://github.com/cloudquery/plugin-pb-java/commit/7fa5508b5d16199e8a29711c29074b848648a44f))
12+
313
## [0.0.26](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.25...v0.0.26) (2024-10-01)
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.26'
13+
version = '0.0.27'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)