Skip to content

Commit 196c996

Browse files
authored
chore(main): Release v0.0.12 (#72)
🤖 I have created a release *beep* *boop* --- ## [0.0.12](v0.0.11...v0.0.12) (2024-01-02) ### Bug Fixes * **deps:** Update dependency org.mockito:mockito-core to v5.8.0 ([#67](#67)) ([d38a665](d38a665)) * **deps:** Update grpcVersion to v1.60.1 ([#69](#69)) ([17c6a7f](17c6a7f)) * Generate Java Code from `plugin-pb` ([#71](#71)) ([61efaa4](61efaa4)) --- 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 41a1022 commit 196c996

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.11"
2+
".": "0.0.12"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.0.12](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.11...v0.0.12) (2024-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency org.mockito:mockito-core to v5.8.0 ([#67](https://github.com/cloudquery/plugin-pb-java/issues/67)) ([d38a665](https://github.com/cloudquery/plugin-pb-java/commit/d38a665e505c3ea4d93098c80ec53c88dfa3637d))
9+
* **deps:** Update grpcVersion to v1.60.1 ([#69](https://github.com/cloudquery/plugin-pb-java/issues/69)) ([17c6a7f](https://github.com/cloudquery/plugin-pb-java/commit/17c6a7fe68526491625cd68b9191ef2bf3eda8d6))
10+
* Generate Java Code from `plugin-pb` ([#71](https://github.com/cloudquery/plugin-pb-java/issues/71)) ([61efaa4](https://github.com/cloudquery/plugin-pb-java/commit/61efaa45044836341407fa4d5524f35d13676f95))
11+
312
## [0.0.11](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.10...v0.0.11) (2023-12-04)
413

514

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.11'
13+
version = '0.0.12'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)