Skip to content

Commit

Permalink
Bump release to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Dec 17, 2021
1 parent 8ea124b commit 869d951
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.6.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.5.0...0.6.0) (Dec 17, 2021)

* Added prompt for API key if not specified via env var or option (#13).
* Updated list of environments to include "test".
* Renamed `reset_token` subcommand to `reset_key`.

## [0.5.0](https://github.com/RedHatProductSecurity/cvelib/compare/0.4.0...0.5.0) (Oct 25, 2021)

* Fixed API key not being returned when creating a new user (#8).
Expand All @@ -23,4 +29,4 @@

## [0.1.0](https://github.com/RedHatProductSecurity/cvelib/tree/0.1.0) (Dec 23, 2020)

* Initial public release
* Initial public release.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM quay.io/fedora/fedora:latest

RUN dnf --nodocs -y install python3-pip && \
pip3 install --no-cache-dir cvelib

ENTRYPOINT ["cve"]
2 changes: 1 addition & 1 deletion cvelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 869d951

Please sign in to comment.