Skip to content

Commit a591c20

Browse files
authored
Release websecurityscanner 0.2.0 (#7994)
1 parent cedc2b8 commit a591c20

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

websecurityscanner/CHANGELOG.md

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

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

7+
## 0.2.0
8+
9+
05-15-2019 15:20 PDT
10+
11+
12+
### Implementation Changes
13+
- Add routing header to method metadata (via synth). ([#7605](https://github.com/googleapis/google-cloud-python/pull/7605))
14+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
15+
- Protoc-generated serialization update. ([#7101](https://github.com/googleapis/google-cloud-python/pull/7101))
16+
- GAPIC generation fixes. ([#7059](https://github.com/googleapis/google-cloud-python/pull/7059))
17+
- Pick up order-of-enum fix from GAPIC generator. ([#6882](https://github.com/googleapis/google-cloud-python/pull/6882))
18+
19+
### New Features
20+
- Generate v1beta. ([#7992](https://github.com/googleapis/google-cloud-python/pull/7992))
21+
22+
### Documentation
23+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
24+
- Update copyright headers
25+
26+
### Internal / Testing Changes
27+
- Update noxfile (via synth). ([#7803](https://github.com/googleapis/google-cloud-python/pull/7803))
28+
- Fix 'docs' session in nox. ([#7788](https://github.com/googleapis/google-cloud-python/pull/7788))
29+
- Add nox session 'docs' (via synth). ([#7747](https://github.com/googleapis/google-cloud-python/pull/7747))
30+
- Copy lintified proto files (via synth). ([#7474](https://github.com/googleapis/google-cloud-python/pull/7474))
31+
- Add clarifying comment to blacken nox target. ([#7409](https://github.com/googleapis/google-cloud-python/pull/7409))
32+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
33+
734
## 0.1.1
835

936
12-18-2018 10:45 PST

websecurityscanner/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-websecurityscanner'
2424
description = 'Google Cloud Web Security Scanner API client library',
25-
version = '0.1.1'
25+
version = '0.2.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)