Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 58a9b9e

Browse files
chore(main): release 1.5.0 (#189)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 61bc475 commit 58a9b9e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://pypi.org/project/grafeas/#history
66

7+
## [1.5.0](https://github.com/googleapis/python-grafeas/compare/v1.4.5...v1.5.0) (2022-07-14)
8+
9+
10+
### Features
11+
12+
* Add `Digest`, `FileLocation` and `License` ([#186](https://github.com/googleapis/python-grafeas/issues/186)) ([69b5e8b](https://github.com/googleapis/python-grafeas/commit/69b5e8b7fe9162f93a2141a30a94e0bf637af433))
13+
* add audience parameter ([59cb75d](https://github.com/googleapis/python-grafeas/commit/59cb75d9b2beeaaa25ab4cd057bcbd5efc5796d7))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#196](https://github.com/googleapis/python-grafeas/issues/196)) ([61bc475](https://github.com/googleapis/python-grafeas/commit/61bc475542fec60ed8a8ff6b4aecf66e61b5a53a))
19+
* require python 3.7+ ([#195](https://github.com/googleapis/python-grafeas/issues/195)) ([08f46fd](https://github.com/googleapis/python-grafeas/commit/08f46fdaf38d76c31f97616e3f9e379e496b189a))
20+
721
## [1.4.5](https://github.com/googleapis/python-grafeas/compare/v1.4.4...v1.4.5) (2022-06-03)
822

923

setup.py

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

2222
name = "grafeas"
2323
description = "Grafeas API client library"
24-
version = "1.4.5"
24+
version = "1.5.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)