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.2.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 4, 2020
1 parent 6f58655 commit 35da1cc
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 19 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/java-recommendations-ai/compare/v0.1.1...v0.2.0) (2020-05-04)


### ⚠ BREAKING CHANGES

* **v1beta1:** add resource names and switch to gapic v2 configuration (#49)

### Features

* **v1beta1:** add resource names and switch to gapic v2 configuration ([#49](https://www.github.com/googleapis/java-recommendations-ai/issues/49)) ([6f58655](https://www.github.com/googleapis/java-recommendations-ai/commit/6f58655d78b0f61819f885e21f7bee616771950d))


### Dependencies

* update dependency com.google.guava:guava-bom to v29 ([#27](https://www.github.com/googleapis/java-recommendations-ai/issues/27)) ([5ad8d1d](https://www.github.com/googleapis/java-recommendations-ai/commit/5ad8d1d2a382e538840aac5b28f3c354f5464f76))
* update dependency io.grpc:grpc-bom to v1.29.0 ([#40](https://www.github.com/googleapis/java-recommendations-ai/issues/40)) ([788843d](https://www.github.com/googleapis/java-recommendations-ai/commit/788843d37b7c702268d818fda27917e989d63d7a))
* update dependency org.threeten:threetenbp to v1.4.4 ([#45](https://www.github.com/googleapis/java-recommendations-ai/issues/45)) ([be58f7d](https://www.github.com/googleapis/java-recommendations-ai/commit/be58f7d3591f48c59e4fda1a764b8a404284108a))

### [0.1.1](https://www.github.com/googleapis/java-recommendations-ai/compare/v0.1.0...v0.1.1) (2020-04-06)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,11 +50,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-recommendations-ai:0.1.1'
compile 'com.google.cloud:google-cloud-recommendations-ai:0.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.1.1"
libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.2.0"
```
[//]: # ({x-version-update-end})

Expand Down
8 changes: 4 additions & 4 deletions google-cloud-recommendations-ai-bom/pom.xml
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.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.2.0</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
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</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
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.1.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</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 @@ -81,17 +81,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.2.0</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
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.1.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:current} -->
<version>0.2.0</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.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
<version>0.2.0</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-recommendations-ai:0.1.1:0.1.2-SNAPSHOT
proto-google-cloud-recommendations-ai-v1beta1:0.1.1:0.1.2-SNAPSHOT
grpc-google-cloud-recommendations-ai-v1beta1:0.1.1:0.1.2-SNAPSHOT
google-cloud-recommendations-ai:0.2.0:0.2.0
proto-google-cloud-recommendations-ai-v1beta1:0.2.0:0.2.0
grpc-google-cloud-recommendations-ai-v1beta1:0.2.0:0.2.0

0 comments on commit 35da1cc

Please sign in to comment.