Skip to content

Commit a3aee21

Browse files
1 parent ce9524a commit a3aee21

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-appengine-logging/CHANGELOG.md

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

3+
## [0.2.0](https://www.github.com/googleapis/python-appengine-logging/compare/v0.1.5...v0.2.0) (2021-10-08)
4+
5+
6+
### Features
7+
8+
* add context manager support in client ([#44](https://www.github.com/googleapis/python-appengine-logging/issues/44)) ([9d23c02](https://www.github.com/googleapis/python-appengine-logging/commit/9d23c02d043cf4c569e445eb13db5f78207fbaa7))
9+
310
### [0.1.5](https://www.github.com/googleapis/python-appengine-logging/compare/v0.1.4...v0.1.5) (2021-09-24)
411

512

packages/google-cloud-appengine-logging/setup.py

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

20-
version = "0.1.5"
20+
version = "0.2.0"
2121

2222
package_root = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)