Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

chore: release 0.5.0 #46

Merged
merged 4 commits into from
May 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.5.0](https://github.com/googleapis/java-shared-dependencies/compare/v0.4.0...v0.5.0) (2020-05-26)


### ⚠ BREAKING CHANGES

* remove certain test deps and autovalue (#49)
* remove mockito-core (#44)

### Features

* remove certain test deps and autovalue ([#49](https://github.com/googleapis/java-shared-dependencies/issues/49)) ([0bcf1a0](https://github.com/googleapis/java-shared-dependencies/commit/0bcf1a064ab37e1fbb304640f714ad841762949c))
* remove mockito-core ([#44](https://github.com/googleapis/java-shared-dependencies/issues/44)) ([b690f8d](https://github.com/googleapis/java-shared-dependencies/commit/b690f8d742cb954744fdb394e3978407561179ca))


### Bug Fixes

* remove grpc-testing since it's in grpc-bom ([#50](https://github.com/googleapis/java-shared-dependencies/issues/50)) ([d7df346](https://github.com/googleapis/java-shared-dependencies/commit/d7df346f8f54301c6113f4bb997b84df5d4f45c7))


### Dependencies

* update dependency com.google.protobuf:protobuf-bom to v3.12.1 ([#48](https://github.com/googleapis/java-shared-dependencies/issues/48)) ([d367a31](https://github.com/googleapis/java-shared-dependencies/commit/d367a3122b94ec33f804200c38067ae0eac6ddc0))

## [0.4.0](https://github.com/googleapis/java-shared-dependencies/compare/v0.3.1...v0.4.0) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are using Maven, use this artifact as your project's parent.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<packaging>pom</packaging>
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<name>Google Cloud Shared Dependencies</name>
<url>https://github.com/googleapis/java-shared-dependencies</url>
<description>
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-shared-dependencies:0.4.0:0.4.1-SNAPSHOT
google-cloud-shared-dependencies:0.5.0:0.5.0