Skip to content

Commit 29df383

Browse files
authored
chore(main): Release v0.0.1 (#11)
🤖 I have created a release *beep* *boop* --- ## 0.0.1 (2023-08-03) ### Features * Initial commit ([440ec20](440ec20)) ### Miscellaneous Chores * Release 0.0.1 ([ad018ee](ad018ee)) --- 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 ad018ee commit 29df383

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

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

3-
## 0.0.2 (2023-08-03)
3+
## 0.0.1 (2023-08-03)
44

55

6-
### Bug Fixes
6+
### Features
77

8-
* Add main class ([a51c5a3](https://github.com/cloudquery/plugin-pb-java/commit/a51c5a36dc751cd0fb47a4a335c68ad97f27ee93))
8+
* Initial commit ([440ec20](https://github.com/cloudquery/plugin-pb-java/commit/440ec20458431a1249b817a84485adc7952a6c94))
99

1010

1111
### Miscellaneous Chores
1212

13-
* Release 0.0.1 ([12dfbde](https://github.com/cloudquery/plugin-pb-java/commit/12dfbde86335512a15b410e1e08e35c551c6f80f))
14-
* Release 0.0.2 ([8ba81b3](https://github.com/cloudquery/plugin-pb-java/commit/8ba81b34728df6cbea45ec532bd2051ae34d7a8b))
13+
* 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.1-SNAPSHOT'
13+
version = '0.0.1'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)