Skip to content

Commit b1227cb

Browse files
authored
chore(main): Release v0.0.2 (#14)
🤖 I have created a release *beep* *boop* --- ## [0.0.2](v0.0.1...v0.0.2) (2023-08-03) ### Bug Fixes * Bring back auto generated files ([40877ff](40877ff)) --- 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 40877ff commit b1227cb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.1...v0.0.2) (2023-08-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Bring back auto generated files ([40877ff](https://github.com/cloudquery/plugin-pb-java/commit/40877ff9d677c5163132b3b7e1ba0de4b852cd16))
9+
310
## 0.0.1 (2023-08-03)
411

512

@@ -11,4 +18,3 @@
1118
### Miscellaneous Chores
1219

1320
* Release 0.0.1 ([ad018ee](https://github.com/cloudquery/plugin-pb-java/commit/ad018ee1552ace65836a343380ce292c896dab42))
14-

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 'com.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.2-SNAPSHOT'
13+
version = '0.0.2'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)