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

Commit fb90473

Browse files
chore(main): release 0.2.0 (#8)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c2dd825 commit fb90473

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/python-run/compare/v0.1.0...v0.2.0) (2022-04-14)
4+
5+
6+
### Features
7+
8+
* AuditConfig for IAM v1 ([43244bc](https://github.com/googleapis/python-run/commit/43244bc4aba7e70e21348dc3c3b78c430b2bedb9))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require grpc-google-iam-v1 >=0.12.4 ([43244bc](https://github.com/googleapis/python-run/commit/43244bc4aba7e70e21348dc3c3b78c430b2bedb9))
14+
15+
16+
### Documentation
17+
18+
* fix type in docstring for map fields ([43244bc](https://github.com/googleapis/python-run/commit/43244bc4aba7e70e21348dc3c3b78c430b2bedb9))
19+
320
## 0.1.0 (2022-04-03)
421

522

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-run"
2424
description = "Cloud Run API 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-run"
2828
dependencies = [

0 commit comments

Comments
 (0)