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

Commit 55a6676

Browse files
chore(main): release 0.2.0 (#13)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 41d903b commit 55a6676

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/googleapis/python-api-keys/compare/v0.1.0...v0.2.0) (2022-09-16)
4+
5+
6+
### Features
7+
8+
* Add support for REST transport ([#12](https://github.com/googleapis/python-api-keys/issues/12)) ([41d903b](https://github.com/googleapis/python-api-keys/commit/41d903b450ef5b38b0a3008818c0fa0ce5af4d5f))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([41d903b](https://github.com/googleapis/python-api-keys/commit/41d903b450ef5b38b0a3008818c0fa0ce5af4d5f))
14+
* **deps:** require protobuf >= 3.20.1 ([41d903b](https://github.com/googleapis/python-api-keys/commit/41d903b450ef5b38b0a3008818c0fa0ce5af4d5f))
15+
316
## 0.1.0 (2022-08-26)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-api-keys"
2323
description = "API Keys API client library"
24-
version = "0.1.0"
24+
version = "0.2.0"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.33.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)