This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.4.0] ( https://github.com/googleapis/python-memcache/compare/v1.3.2...v1.4.0 ) (2022-07-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * add audience parameter ([ 9ef3f98] ( https://github.com/googleapis/python-memcache/commit/9ef3f98e1fb6d73ff9a0f3a9dc9fd74c60ba8c78 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** deps:** require google-api-core >= 2.8.0 ([ #194 ] ( https://github.com/googleapis/python-memcache/issues/194 ) ) ([ 9ef3f98] ( https://github.com/googleapis/python-memcache/commit/9ef3f98e1fb6d73ff9a0f3a9dc9fd74c60ba8c78 ) )
14
+ * exclude tests directory in packaging ([ #195 ] ( https://github.com/googleapis/python-memcache/issues/195 ) ) ([ bfc330b] ( https://github.com/googleapis/python-memcache/commit/bfc330ba0db806ae59a1880414fb6404d78c3ea1 ) )
15
+ * require python 3.7+ ([ #198 ] ( https://github.com/googleapis/python-memcache/issues/198 ) ) ([ a792592] ( https://github.com/googleapis/python-memcache/commit/a792592877e7ff83d5afe631dcf4d2246d33966c ) )
16
+
3
17
## [ 1.3.2] ( https://github.com/googleapis/python-memcache/compare/v1.3.1...v1.3.2 ) (2022-06-06)
4
18
5
19
Original file line number Diff line number Diff line change 22
22
23
23
name = "google-cloud-memcache"
24
24
description = "Memorystore for Memcached API client library"
25
- version = "1.3.2 "
25
+ version = "1.4.0 "
26
26
release_status = "Development Status :: 5 - Production/Stable"
27
27
dependencies = [
28
28
"google-api-core[grpc] >= 2.8.0, <3.0.0dev" ,
You can’t perform that action at this time.
0 commit comments