File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
packages/google-cloud-bigquery-logging Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.3] ( https://github.com/googleapis/python-bigquery-logging/compare/v1.0.2...v1.0.3 ) (2022-06-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** require protobuf <4.0.0dev ([ #92 ] ( https://github.com/googleapis/python-bigquery-logging/issues/92 ) ) ([ c22b72f] ( https://github.com/googleapis/python-bigquery-logging/commit/c22b72fb6d2b943b5734de18b357a69d03473fda ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * fix changelog header to consistent size ([ #93 ] ( https://github.com/googleapis/python-bigquery-logging/issues/93 ) ) ([ 598a61b] ( https://github.com/googleapis/python-bigquery-logging/commit/598a61bf74058fa6bafb9cb84ccc262512f2207a ) )
14
+
3
15
## [ 1.0.2] ( https://github.com/googleapis/python-bigquery-logging/compare/v1.0.1...v1.0.2 ) (2022-03-05)
4
16
5
17
Original file line number Diff line number Diff line change 18
18
19
19
import setuptools # type: ignore
20
20
21
- version = "1.0.2 "
21
+ version = "1.0.3 "
22
22
23
23
package_root = os .path .abspath (os .path .dirname (__file__ ))
24
24
You can’t perform that action at this time.
0 commit comments