Skip to content

Commit 3e84497

Browse files
authored
Release redis 0.2.0 (#5989)
1 parent 5f72e54 commit 3e84497

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

packages/google-cloud-redis/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-redis/#history
66

7+
## 0.2.0
8+
9+
### New Features
10+
11+
- Add the v1 API client library. ([#5945](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5945))
12+
13+
### Documentation
14+
15+
- Docs: Replace links to '/stable/' with '/latest/'. ([#5901](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5901))
16+
- Redis: Fix README.md links ([#5745](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5745))
17+
- Add redis documentation to main index.rst ([#5405](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5405))
18+
19+
### Internal / Testing Changes
20+
21+
- Nox: use inplace installs ([#5865](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5865))
22+
- Avoid overwriting '__module__' of messages from shared modules. ([#5364](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5364))
23+
- Unit tests require grpcio. ([#5363](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5363))
24+
725
## 0.1.0
826

927
### New Features

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 = '0.1.0'
25+
version = '0.2.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)