File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
packages/google-cloud-bigquery-logging Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.0] ( https://www.github.com/googleapis/python-bigquery-logging/compare/v0.3.0...v1.0.0 ) (2021-10-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * bump release level to production/stable ([ #41 ] ( https://www.github.com/googleapis/python-bigquery-logging/issues/41 ) ) ([ 19db3eb] ( https://www.github.com/googleapis/python-bigquery-logging/commit/19db3eb189579fb1c71ff94b3db4ffd279792fe7 ) )
9
+
3
10
## [ 0.3.0] ( https://www.github.com/googleapis/python-bigquery-logging/compare/v0.2.2...v0.3.0 ) (2021-10-08)
4
11
5
12
Original file line number Diff line number Diff line change 17
17
import os
18
18
import setuptools # type: ignore
19
19
20
- version = "0.3 .0"
20
+ version = "1.0 .0"
21
21
22
22
package_root = os .path .abspath (os .path .dirname (__file__ ))
23
23
You can’t perform that action at this time.
0 commit comments