Skip to content

Commit 5611df8

Browse files
chore: release 2.0.0 (#55)
* chore: release 2.0.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 0f721a3 commit 5611df8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/google-cloud-recommender/CHANGELOG.md

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

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

7+
## [2.0.0](https://www.github.com/googleapis/python-recommender/compare/v1.1.1...v2.0.0) (2020-11-19)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* use microgenerator (#54)
13+
14+
### Features
15+
16+
* use microgenerator ([#54](https://www.github.com/googleapis/python-recommender/issues/54)) ([63b8a43](https://www.github.com/googleapis/python-recommender/commit/63b8a43ce25a5305664424fa247ad82595c4342f)). See [Migration Guide](https://github.com/googleapis/python-recommender/blob/master/UPGRADING.md).
17+
718
### [1.1.1](https://www.github.com/googleapis/python-recommender/compare/v1.1.0...v1.1.1) (2020-10-29)
819

920

packages/google-cloud-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 = "1.1.1"
24+
version = "2.0.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = ["google-api-core[grpc] >= 1.22.0, < 2.0.0dev", "proto-plus >= 1.10.0"]
2727
extras = {"libcst": "libcst >= 0.2.5"}

0 commit comments

Comments
 (0)