Skip to content

Commit 8f67bf8

Browse files
authored
chore(asset): release 0.6.0 (googleapis#9968)
1 parent fdd7246 commit 8f67bf8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

asset/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

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

7+
## 0.6.0
8+
9+
12-12-2019 10:46 PST
10+
11+
### New Features
12+
- Add real time feed support to v1 (via synth). ([#9930](https://github.com/googleapis/google-cloud-python/pull/9930))
13+
- Deprecate resource name helper methods (via synth). ([#9827](https://github.com/googleapis/google-cloud-python/pull/9827))
14+
15+
### Documentation
16+
- Change spacing in docs templates (via synth). ([#9736](https://github.com/googleapis/google-cloud-python/pull/9736))
17+
- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
18+
19+
### Internal / Testing Changes
20+
- Normalize VPCSC configuration in systests. ([#9614](https://github.com/googleapis/google-cloud-python/pull/9614))
21+
722
## 0.5.0
823

924
10-29-2019 14:26 PDT
@@ -137,4 +152,3 @@
137152
## 0.1.0
138153

139154
Initial release.
140-

asset/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-asset"
2323
description = "Cloud Asset API API client library"
24-
version = "0.5.0"
24+
version = "0.6.0"
2525
# Should be one of:
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)