Skip to content

Commit

Permalink
Bump version to 1.3.0; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Jan 26, 2024
1 parent a4f4e07 commit 86d4536
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/RedHatProductSecurity/cvelib/compare/1.2.1...1.3.0) (Jan 26, 2024)

* Fixed displaying timestamps for older records (#66).
* Added auto-completion of sub-commands (#73).
* Added support for ADP containers (#70):
* A new `publish-adp` command is added that allows publishing of ADP containers into an existing CVE record (this is
only possible if a CVE is in the published state).
* The `show` subcommand now allows displaying a CNA container or all/subset of existing ADP containers (identified by
the org's name that created it).
* ADP containers can only be published and updated, so there is no functionality to remove them.
* CVE state constants were updated to match the case used by CVE Services, e.g. `rejected` -> `REJECTED` (#75).
* Fixed displaying CVE ID reservations for records that are missing the `user` attribute (#76).

## [1.2.1](https://github.com/RedHatProductSecurity/cvelib/compare/1.2.0...1.2.1) (Feb 16, 2023)

* Improved `CveRecordValidationError` exception error message.
Expand Down
2 changes: 1 addition & 1 deletion cvelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.3.0"

0 comments on commit 86d4536

Please sign in to comment.