Skip to content

Commit 112a4dc

Browse files
authored
Release securitycenter 0.1.1 (googleapis#6994)
* Release 0.1.1
1 parent badf633 commit 112a4dc

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

securitycenter/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
44

55
[1]: https://pypi.org/project/google-cloud-securitycenter/#history
66

7+
## 0.1.1
8+
9+
12-18-2018 09:45 PST
10+
11+
12+
### Implementation Changes
13+
- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
- Pick up changes to GAPIC generator. ([#6506](https://github.com/googleapis/google-cloud-python/pull/6506))
15+
- Assorted synth fixups / cleanups ([#6400](https://github.com/googleapis/google-cloud-python/pull/6400))
16+
- Fix `client_info` bug, update docstrings via synth. ([#6438](https://github.com/googleapis/google-cloud-python/pull/6438))
17+
18+
### Dependencies
19+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
20+
21+
### Documentation
22+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
23+
- Docstring changes via synth. ([#6473](https://github.com/googleapis/google-cloud-python/pull/6473))
24+
25+
### Internal / Testing Changes
26+
- Add baseline for synth.metadata
27+
- Update noxfile.
28+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
29+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
30+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
31+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
32+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
33+
- Overlooked synth changes. ([#6439](https://github.com/googleapis/google-cloud-python/pull/6439))
34+
735
## 0.1.0
836

937
11-01-2018 15:12 PDT

securitycenter/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-securitycenter'
2323
description = 'Cloud Security Command Center API API client library'
24-
version = '0.1.0'
24+
version = '0.1.1'
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)