We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05c4af commit 97227bfCopy full SHA for 97227bf
packages/google-cloud-bigquery-reservation/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.0](https://www.github.com/googleapis/python-bigquery-reservation/compare/v0.1.0...v0.2.0) (2020-05-27)
4
+
5
6
+### Features
7
8
+* add helper methods to parse resource paths (via synth) ([#7](https://www.github.com/googleapis/python-bigquery-reservation/issues/7)) ([8fc54cb](https://www.github.com/googleapis/python-bigquery-reservation/commit/8fc54cb70be698f6d265f60d7b8ee4561d12d2c9))
9
10
## 0.1.0 (2020-05-12)
11
12
packages/google-cloud-bigquery-reservation/setup.py
@@ -19,7 +19,7 @@
19
import os
20
import setuptools # type: ignore
21
22
-version = "0.1.0"
+version = "0.2.0"
23
24
package_root = os.path.abspath(os.path.dirname(__file__))
25
0 commit comments