Skip to content

Commit

Permalink
chore(recommender): release 0.2.0 (#10204)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jan 24, 2020
1 parent c411e14 commit 73eac04
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions recommender/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

[1]: https://pypi.org/project/google-cloud-recommender/#history

## 0.2.0

01-24-2020 14:03 PST

### Implementation Changes
- Deprecate resource name helper methods (via synth). ([#9863](https://github.com/googleapis/google-cloud-python/pull/9863))

### New Features
- Add v1, set release level to beta. ([#10170](https://github.com/googleapis/google-cloud-python/pull/10170))

### Documentation
- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
- Change requests intersphinx url (via synth). ([#9408](https://github.com/googleapis/google-cloud-python/pull/9408))
- Fix library reference doc link. ([#9338](https://github.com/googleapis/google-cloud-python/pull/9338))

### Internal / Testing Changes
- Correct config path in synth file for recommender. ([#10076](https://github.com/googleapis/google-cloud-python/pull/10076))

## 0.1.0

09-27-2019 12:20 PDT
Expand Down
2 changes: 1 addition & 1 deletion recommender/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-recommender"
description = "Cloud Recommender API client library"
version = "0.1.0"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]

Expand Down

0 comments on commit 73eac04

Please sign in to comment.