Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 4, 2023
1 parent a0900e4 commit 92771c3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0](https://github.com/googleapis/google-cloudevents-java/compare/v0.8.1...v0.9.0) (2023-04-19)


### Features

* Run the code generator (3b7685e) ([#178](https://github.com/googleapis/google-cloudevents-java/issues/178)) ([6b9633e](https://github.com/googleapis/google-cloudevents-java/commit/6b9633ee319945c83a26e47d4548f0381fa5dcbd))
* Run the code generator (5c65bb4) ([#185](https://github.com/googleapis/google-cloudevents-java/issues/185)) ([a0900e4](https://github.com/googleapis/google-cloudevents-java/commit/a0900e40b4fae6fc87260faa7838b699b3e87db2))

## [0.8.1](https://github.com/googleapis/google-cloudevents-java/compare/v0.8.0...v0.8.1) (2023-04-06)


Expand Down
4 changes: 2 additions & 2 deletions google-cloudevent-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.google.cloud</groupId>
<artifactId>google-cloudevent-types</artifactId>
<version>0.8.2-SNAPSHOT</version> <!-- {x-version-update:google-cloudevent-types:current} -->
<version>0.9.0</version> <!-- {x-version-update:google-cloudevent-types:current} -->
<name>google-cloudevent-types</name>
<url>https://github.com/googleapis/google-cloudevents-java</url>
<description>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloudevent-types-parent</artifactId>
<version>0.8.2-SNAPSHOT</version> <!-- {x-version-update:google-cloudevent-types:current} -->
<version>0.9.0</version> <!-- {x-version-update:google-cloudevent-types:current} -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloudevent-types-parent</artifactId>
<packaging>pom</packaging>
<version>0.8.2-SNAPSHOT</version> <!-- {x-version-update:google-cloudevent-types:current} -->
<version>0.9.0</version> <!-- {x-version-update:google-cloudevent-types:current} -->
<name>Google CloudEvents Types for Java Parent</name>
<url>https://github.com/googleapis/google-cloudevents-java</url>

Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-java-snowpea/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloudevent-types-parent</artifactId>
<version>0.8.2-SNAPSHOT</version> <!-- {x-version-update:google-cloudevent-types:current} -->
<version>0.9.0</version> <!-- {x-version-update:google-cloudevent-types:current} -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloudevent-types:0.8.1:0.8.2-SNAPSHOT
google-cloudevent-types:0.9.0:0.9.0

0 comments on commit 92771c3

Please sign in to comment.