Skip to content

Commit 6ad48b1

Browse files
chore: release 0.1.0 (googleapis#27)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b78fa15 commit 6ad48b1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2020-10-30)
4+
5+
6+
### Features
7+
8+
* initialize the generator ([bddc1d1](https://www.github.com/googleapis/google-cloudevents-java/commit/bddc1d1eecbd04e3260304796e58ffeb6c163e47))
9+
* run the generator ([e86619b](https://www.github.com/googleapis/google-cloudevents-java/commit/e86619b6e62c56474510299674f52e49cf38858c))
10+
11+
12+
### Documentation
13+
14+
* init ([4f4c5d0](https://www.github.com/googleapis/google-cloudevents-java/commit/4f4c5d0b8cfff6b719c6dcd6babe984a4ad20ced))

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.google.cloud</groupId>
88
<artifactId>google-cloudevent-types</artifactId>
9-
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloudevent-types:current} -->
9+
<version>0.1.0</version><!-- {x-version-update:google-cloudevent-types:current} -->
1010

1111
<parent>
1212
<groupId>com.google.cloud</groupId>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloudevent-types:0.0.0:0.0.1-SNAPSHOT
4+
google-cloudevent-types:0.1.0:0.1.0

0 commit comments

Comments
 (0)