Skip to content

Commit

Permalink
pip_audit: 2.4.0 (#313)
Browse files Browse the repository at this point in the history
* pip_audit: 2.4.0

Signed-off-by: William Woodruff <[email protected]>

* CHANGELOG: label 2.4.0

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Jun 30, 2022
1 parent 8157d28 commit a52240f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All versions prior to 0.0.9 are untracked.

## [Unreleased]

## [2.4.0]

### Added

* Output formats: `pip-audit` now supports a Markdown format
Expand Down Expand Up @@ -285,6 +287,7 @@ All versions prior to 0.0.9 are untracked.

<!-- Release URLs -->
[Unreleased]: https://github.com/trailofbits/pip-audit/compare/v2.0.0...HEAD
[2.4.0]: https://github.com/trailofbits/pip-audit/compare/v2.3.4...v2.4.0
[2.3.4]: https://github.com/trailofbits/pip-audit/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/trailofbits/pip-audit/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/trailofbits/pip-audit/compare/v2.3.1...v2.3.2
Expand Down
2 changes: 1 addition & 1 deletion pip_audit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
The `pip_audit` APIs.
"""

__version__ = "2.3.4"
__version__ = "2.4.0"

0 comments on commit a52240f

Please sign in to comment.