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

Commit

Permalink
chore: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 22, 2021
1 parent 841644f commit 0f340db
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 17 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

### [0.5.1](https://www.github.com/googleapis/java-recommendations-ai/compare/v0.5.0...v0.5.1) (2021-04-22)


### Bug Fixes

* release scripts from issuing overlapping phases ([#304](https://www.github.com/googleapis/java-recommendations-ai/issues/304)) ([c4ed45e](https://www.github.com/googleapis/java-recommendations-ai/commit/c4ed45eaf498010240ef4a443c7ffb1a40d2a421))
* typo ([#302](https://www.github.com/googleapis/java-recommendations-ai/issues/302)) ([0589c30](https://www.github.com/googleapis/java-recommendations-ai/commit/0589c30f4f4e47b4445e500dd0a9fa051983856d))


### Documentation

* place paths in code spans ([#292](https://www.github.com/googleapis/java-recommendations-ai/issues/292)) ([e017df2](https://www.github.com/googleapis/java-recommendations-ai/commit/e017df2d122f6009afdebde6d57e9bf0fb31bdec))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#298](https://www.github.com/googleapis/java-recommendations-ai/issues/298)) ([90e3077](https://www.github.com/googleapis/java-recommendations-ai/commit/90e3077ad6f64d4bebe24975354ed95dbea7ffa6))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#306](https://www.github.com/googleapis/java-recommendations-ai/issues/306)) ([b2b203c](https://www.github.com/googleapis/java-recommendations-ai/commit/b2b203ca353320ececaad4870b50df27be3f82f8))

## [0.5.0](https://www.github.com/googleapis/java-recommendations-ai/compare/v0.4.1...v0.5.0) (2021-03-11)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-recommendations-ai-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai-bom</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -64,17 +64,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-recommendations-ai-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.5.1</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-recommendations-ai-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.5.1</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-recommendations-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<packaging>jar</packaging>
<name>Google Recommendations AI</name>
<url>https://github.com/googleapis/java-recommendations-ai</url>
<description>delivers highly personalized product recommendations at scale.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai-parent</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-recommendations-ai</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-recommendations-ai-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-recommendations-ai-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.5.1</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
<name>grpc-google-cloud-recommendations-ai-v1beta1</name>
<description>GRPC library for grpc-google-cloud-recommendations-ai-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai-parent</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions 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-recommendations-ai-parent</artifactId>
<packaging>pom</packaging>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<name>Google Recommendations AI Parent</name>
<url>https://github.com/googleapis/java-recommendations-ai</url>
<description>
Expand Down Expand Up @@ -70,17 +70,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-recommendations-ai-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.5.1</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-recommendations-ai-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.5.1</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-recommendations-ai-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-recommendations-ai-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.5.1</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
<name>proto-google-cloud-recommendations-ai-v1beta1</name>
<description>PROTO library for proto-google-cloud-recommendations-ai-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai-parent</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.5.1</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-recommendations-ai:0.5.0:0.5.1-SNAPSHOT
proto-google-cloud-recommendations-ai-v1beta1:0.5.0:0.5.1-SNAPSHOT
grpc-google-cloud-recommendations-ai-v1beta1:0.5.0:0.5.1-SNAPSHOT
google-cloud-recommendations-ai:0.5.1:0.5.1
proto-google-cloud-recommendations-ai-v1beta1:0.5.1:0.5.1
grpc-google-cloud-recommendations-ai-v1beta1:0.5.1:0.5.1

0 comments on commit 0f340db

Please sign in to comment.