Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit d43ff94

Browse files
chore: release 1.0.0
1 parent 829a7b7 commit d43ff94

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.0.0](https://www.github.com/googleapis/python-memcache/compare/v0.3.0...v1.0.0) (2021-05-20)
4+
5+
6+
### Features
7+
8+
* bump release level to production/stable ([#59](https://www.github.com/googleapis/python-memcache/issues/59)) ([b8d9394](https://www.github.com/googleapis/python-memcache/commit/b8d9394dd34b97ddd68f8c73a5f516ba5294a70c))
9+
* support self-signed JWT flow for service accounts ([2ad1bfb](https://www.github.com/googleapis/python-memcache/commit/2ad1bfbee1f847c1b150b0e1595faba63f42d768))
10+
11+
12+
### Bug Fixes
13+
14+
* add async client to %name_%version/init.py ([2ad1bfb](https://www.github.com/googleapis/python-memcache/commit/2ad1bfbee1f847c1b150b0e1595faba63f42d768))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 1.0.0 ([#62](https://www.github.com/googleapis/python-memcache/issues/62)) ([829a7b7](https://www.github.com/googleapis/python-memcache/commit/829a7b7b0cfedb3a18a61158d7aa949b178ae4fe))
20+
321
## [0.3.0](https://www.github.com/googleapis/python-memcache/compare/v0.2.0...v0.3.0) (2021-02-10)
422

523

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.3.0"
22+
version = "1.0.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)