Skip to content

Commit ddd5eb7

Browse files
authored
Release containeranalysis 0.2.0 (googleapis#8670)
1 parent 1f8f31d commit ddd5eb7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

containeranalysis/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
07-12-2019 16:56 PDT
6+
7+
### New Features
8+
- Add 'client_options' support (via synth). ([#8502](https://github.com/googleapis/google-cloud-python/pull/8502))
9+
- Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). ([#8653](https://github.com/googleapis/google-cloud-python/pull/8653))
10+
11+
### Dependencies
12+
- Update pin for 'grpc-google-iam-v1' to 0.12.3+. ([#8647](https://github.com/googleapis/google-cloud-python/pull/8647))
13+
14+
### Documentation
15+
- Update READMEs. ([#8456](https://github.com/googleapis/google-cloud-python/pull/8456))
16+
17+
### Internal / Testing Changes
18+
- Fix language in repo metadata. ([#8537](https://github.com/googleapis/google-cloud-python/pull/8537))
19+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
20+
321
## 0.1.0
422

523
06-19-2019 11:02 PDT

containeranalysis/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-containeranalysis"
2424
description = "Container Analysis API API client library"
25-
version = "0.1.0"
25+
version = "0.2.0"
2626
release_status = "Development Status :: 3 - Alpha"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.4.1, < 2.0.0dev",

0 commit comments

Comments
 (0)