Skip to content

Commit b8837cd

Browse files
chore: release 0.2.0 (#10)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 6720e5a commit b8837cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-common/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-cloud-common/compare/v0.1.0...v0.2.0) (2021-10-08)
4+
5+
6+
### Features
7+
8+
* add context manager support in client ([#8](https://www.github.com/googleapis/python-cloud-common/issues/8)) ([6bed942](https://www.github.com/googleapis/python-cloud-common/commit/6bed942cce256f2ae0624c09563b8833263cc46d))
9+
310
## 0.1.0 (2021-10-01)
411

512

packages/google-cloud-common/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-common"
2424
description = "Google Cloud Common client library"
25-
version = "0.1.0"
25+
version = "0.2.0"
2626
release_status = "Development Status :: 4 - Beta"
2727
url = "https://github.com/googleapis/python-cloud-common"
2828
dependencies = [

0 commit comments

Comments
 (0)