Skip to content

Commit 73eac04

Browse files
authored
chore(recommender): release 0.2.0 (#10204)
1 parent c411e14 commit 73eac04

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

recommender/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

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

7+
## 0.2.0
8+
9+
01-24-2020 14:03 PST
10+
11+
### Implementation Changes
12+
- Deprecate resource name helper methods (via synth). ([#9863](https://github.com/googleapis/google-cloud-python/pull/9863))
13+
14+
### New Features
15+
- Add v1, set release level to beta. ([#10170](https://github.com/googleapis/google-cloud-python/pull/10170))
16+
17+
### Documentation
18+
- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
19+
- Change requests intersphinx url (via synth). ([#9408](https://github.com/googleapis/google-cloud-python/pull/9408))
20+
- Fix library reference doc link. ([#9338](https://github.com/googleapis/google-cloud-python/pull/9338))
21+
22+
### Internal / Testing Changes
23+
- Correct config path in synth file for recommender. ([#10076](https://github.com/googleapis/google-cloud-python/pull/10076))
24+
725
## 0.1.0
826

927
09-27-2019 12:20 PDT

recommender/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

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

0 commit comments

Comments
 (0)