Skip to content

Commit 6057cd3

Browse files
authored
chore(main): Release v0.0.8 (#45)
🤖 I have created a release *beep* *boop* --- ## [0.0.8](v0.0.7...v0.0.8) (2023-10-02) ### Bug Fixes * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.24.3 ([#44](#44)) ([3c8a540](3c8a540)) * **deps:** Update grpcVersion to v1.58.0 ([#46](#46)) ([d2dde12](d2dde12)) * Generate Java Code from `plugin-pb` ([#48](#48)) ([16ec027](16ec027)) --- 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 6c357ef commit 6057cd3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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.8](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.7...v0.0.8) (2023-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.24.3 ([#44](https://github.com/cloudquery/plugin-pb-java/issues/44)) ([3c8a540](https://github.com/cloudquery/plugin-pb-java/commit/3c8a540bbdbde248342bab3b87b813fbe936926a))
9+
* **deps:** Update grpcVersion to v1.58.0 ([#46](https://github.com/cloudquery/plugin-pb-java/issues/46)) ([d2dde12](https://github.com/cloudquery/plugin-pb-java/commit/d2dde123c83c656d15f80daeb0eb9364d80499a7))
10+
* Generate Java Code from `plugin-pb` ([#48](https://github.com/cloudquery/plugin-pb-java/issues/48)) ([16ec027](https://github.com/cloudquery/plugin-pb-java/commit/16ec027da42640bf2a8d9f8d8ef812de170c2800))
11+
312
## [0.0.7](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.6...v0.0.7) (2023-09-01)
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.7'
13+
version = '0.0.8'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)