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 11# Changelog
22
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+
315## [ 1.0.2] ( https://github.com/googleapis/python-bigquery-logging/compare/v1.0.1...v1.0.2 ) (2022-03-05)
416
517
Original file line number Diff line number Diff line change 1818
1919import setuptools # type: ignore
2020
21- version = "1.0.2 "
21+ version = "1.0.3 "
2222
2323package_root = os .path .abspath (os .path .dirname (__file__ ))
2424
You can’t perform that action at this time.
0 commit comments