Skip to content

Commit a4c77ce

Browse files
chore: release 2.0.0 (#31)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 25d1513 commit a4c77ce

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

packages/google-cloud-redis/CHANGELOG.md

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

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

7+
## [2.0.0](https://www.github.com/googleapis/python-redis/compare/v1.0.0...v2.0.0) (2020-09-14)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* migrate to microgen (#30)
13+
14+
### Features
15+
16+
* migrate to microgen ([#30](https://www.github.com/googleapis/python-redis/issues/30)) ([a17c1a8](https://www.github.com/googleapis/python-redis/commit/a17c1a840e10ccde25df8d4305b48997e37acd51))
17+
18+
19+
### Bug Fixes
20+
21+
* update retry config ([#24](https://www.github.com/googleapis/python-redis/issues/24)) ([0b3f2c0](https://www.github.com/googleapis/python-redis/commit/0b3f2c075728a6ec4d5d503d010de229ed1ef725))
22+
23+
24+
### Documentation
25+
26+
* add multiprocessing note (via synth) ([#17](https://www.github.com/googleapis/python-redis/issues/17)) ([fb04673](https://www.github.com/googleapis/python-redis/commit/fb046731d325132654ce91cb5513870befd7eec4))
27+
728
## [1.0.0](https://www.github.com/googleapis/python-redis/compare/v0.4.0...v1.0.0) (2020-05-12)
829

930

packages/google-cloud-redis/setup.py

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

2323
name = "google-cloud-redis"
2424
description = "Google Cloud Memorystore for Redis API client library"
25-
version = "1.0.0"
25+
version = "2.0.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)