Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#476)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.3.0](v0.2.11...v0.3.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-conformance-tests/issues/1440)) ([#479](#479)) ([74e48a2](74e48a2))


### Dependencies

* update dependency com.google.cloud:google-cloud-bom to v0.173.0 ([#474](#474)) ([b04164f](b04164f))
* update dependency com.google.cloud:google-cloud-bom to v0.174.0 ([#477](#477)) ([03cb953](03cb953))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#478](#478)) ([1ca9850](1ca9850))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#480](#480)) ([e82759a](e82759a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored May 24, 2022
1 parent e82759a commit 2d1e111
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0](https://github.com/googleapis/java-conformance-tests/compare/v0.2.11...v0.3.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-conformance-tests/issues/1440)) ([#479](https://github.com/googleapis/java-conformance-tests/issues/479)) ([74e48a2](https://github.com/googleapis/java-conformance-tests/commit/74e48a2139da4c3f6f0972302fea33cc59155baf))


### Dependencies

* update dependency com.google.cloud:google-cloud-bom to v0.173.0 ([#474](https://github.com/googleapis/java-conformance-tests/issues/474)) ([b04164f](https://github.com/googleapis/java-conformance-tests/commit/b04164fcb50c5f6fa128c27fafcc4481ac39e7d0))
* update dependency com.google.cloud:google-cloud-bom to v0.174.0 ([#477](https://github.com/googleapis/java-conformance-tests/issues/477)) ([03cb953](https://github.com/googleapis/java-conformance-tests/commit/03cb95306b831e3d92012e856ad6b9ddb635a7fd))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#478](https://github.com/googleapis/java-conformance-tests/issues/478)) ([1ca9850](https://github.com/googleapis/java-conformance-tests/commit/1ca98507254d98eadec41f6630f7a6170547ad90))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#480](https://github.com/googleapis/java-conformance-tests/issues/480)) ([e82759a](https://github.com/googleapis/java-conformance-tests/commit/e82759a8a63b161928e013fcf714395eaa33d846))

### [0.2.11](https://github.com/googleapis/java-conformance-tests/compare/v0.2.10...v0.2.11) (2022-04-20)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-conformance-tests</artifactId>
<version>0.2.12-SNAPSHOT</version><!-- {x-version-update:google-cloud-conformance-tests:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-conformance-tests:current} -->
<packaging>jar</packaging>
<name>Conformance Tests for Google Cloud Java SDKs</name>

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-cloud-conformance-tests:0.2.11:0.2.12-SNAPSHOT
google-cloud-conformance-tests:0.3.0:0.3.0

0 comments on commit 2d1e111

Please sign in to comment.