Skip to content

Commit

Permalink
chore: release 0.4.0 (#3)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated setup.py [ci skip]
  • Loading branch information
release-please[bot] authored Feb 7, 2020
1 parent 17c13a5 commit c1bc956
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [0.4.0](https://www.github.com/googleapis/python-grafeas/compare/v0.3.0...v0.4.0) (2020-02-07)


### Features

* **grafeas:** add support for upgrade notes; add `cpe` and `last_scan_time` to `DiscoveryOccurrence`; add `source_update_time` to `VulnerabilityNote` (via synth) ([#10084](https://www.github.com/googleapis/python-grafeas/issues/10084)) ([2ee967b](https://www.github.com/googleapis/python-grafeas/commit/2ee967b916e663bacbda8c391528cdca3a1117fd))


### Bug Fixes

* **grafeas:** deprecate resource name helper methods (via synth) ([#9835](https://www.github.com/googleapis/python-grafeas/issues/9835)) ([a2c26d9](https://www.github.com/googleapis/python-grafeas/commit/a2c26d9b60194d305f8cb2b8ec4a4a33d7bf3686))

## 0.3.0

10-10-2019 11:28 PDT
Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "grafeas"
description = "Grafeas API client library"
version = "0.3.0"
version = "0.4.0"
release_status = "Development Status :: 3 - Alpha"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
Expand Down

0 comments on commit c1bc956

Please sign in to comment.