Skip to content

Commit c465afe

Browse files
chore(main): release 1.0.3 (#94)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 00ea4ba commit c465afe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-bigquery-logging/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

packages/google-cloud-bigquery-logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import setuptools # type: ignore
2020

21-
version = "1.0.2"
21+
version = "1.0.3"
2222

2323
package_root = os.path.abspath(os.path.dirname(__file__))
2424

0 commit comments

Comments
 (0)