Skip to content

Commit 4091b26

Browse files
committed
chore(main): Release v0.0.1
1 parent ad018ee commit 4091b26

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.0.1 (2023-08-03)
4+
5+
6+
### Features
7+
8+
* Initial commit ([440ec20](https://github.com/cloudquery/plugin-pb-java/commit/440ec20458431a1249b817a84485adc7952a6c94))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Release 0.0.1 ([ad018ee](https://github.com/cloudquery/plugin-pb-java/commit/ad018ee1552ace65836a343380ce292c896dab42))
14+
315
## 0.0.2 (2023-08-03)
416

517

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)