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

Commit e35f178

Browse files
chore: release 0.5.0 (#46)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated pom.xml Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d7df346 commit e35f178

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/googleapis/java-shared-dependencies/compare/v0.4.0...v0.5.0) (2020-05-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove certain test deps and autovalue (#49)
9+
* remove mockito-core (#44)
10+
11+
### Features
12+
13+
* remove certain test deps and autovalue ([#49](https://www.github.com/googleapis/java-shared-dependencies/issues/49)) ([0bcf1a0](https://www.github.com/googleapis/java-shared-dependencies/commit/0bcf1a064ab37e1fbb304640f714ad841762949c))
14+
* remove mockito-core ([#44](https://www.github.com/googleapis/java-shared-dependencies/issues/44)) ([b690f8d](https://www.github.com/googleapis/java-shared-dependencies/commit/b690f8d742cb954744fdb394e3978407561179ca))
15+
16+
17+
### Bug Fixes
18+
19+
* remove grpc-testing since it's in grpc-bom ([#50](https://www.github.com/googleapis/java-shared-dependencies/issues/50)) ([d7df346](https://www.github.com/googleapis/java-shared-dependencies/commit/d7df346f8f54301c6113f4bb997b84df5d4f45c7))
20+
21+
22+
### Dependencies
23+
24+
* update dependency com.google.protobuf:protobuf-bom to v3.12.1 ([#48](https://www.github.com/googleapis/java-shared-dependencies/issues/48)) ([d367a31](https://www.github.com/googleapis/java-shared-dependencies/commit/d367a3122b94ec33f804200c38067ae0eac6ddc0))
25+
326
## [0.4.0](https://www.github.com/googleapis/java-shared-dependencies/compare/v0.3.1...v0.4.0) (2020-05-18)
427

528

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you are using Maven, use this artifact as your project's parent.
1414
<dependency>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-dependencies</artifactId>
17-
<version>0.4.0</version>
17+
<version>0.5.0</version>
1818
<type>pom</type>
1919
<scope>import</scope>
2020
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-shared-dependencies</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7+
<version>0.5.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
88
<name>Google Cloud Shared Dependencies</name>
99
<url>https://github.com/googleapis/java-shared-dependencies</url>
1010
<description>

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-cloud-shared-dependencies:0.4.0:0.4.1-SNAPSHOT
4+
google-cloud-shared-dependencies:0.5.0:0.5.0

0 commit comments

Comments
 (0)