Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an --output option #262

Merged
merged 4 commits into from
May 2, 2022
Merged

Add an --output option #262

merged 4 commits into from
May 2, 2022

Conversation

woodruffw
Copy link
Member

Closes #260.

@woodruffw woodruffw added enhancement New feature or request component:cli CLI components labels May 2, 2022
@woodruffw woodruffw self-assigned this May 2, 2022
@woodruffw woodruffw requested a review from di May 2, 2022 15:44
@di di merged commit 0bb6c9a into main May 2, 2022
@di di deleted the ww/output-option branch May 2, 2022 16:52
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request May 10, 2022
## [2.2.1] - 2022-05-02

### Fixed

* A bug introduced with a previous fix to version parsing
  ([#263](pypa/pip-audit#263)) was
  fixed ([#264](pypa/pip-audit#264))

## [2.2.0] - 2022-05-02

### Added

* CLI: The `--output` option has been added, allowing users to specify
  a file to write output to. The default behavior of writing to `stdout`
  is unchanged ([#262](pypa/pip-audit#262))

### Fixed

* Vulnerability sources: A bug caused by insufficient version normalization
  was fixed ([#263](pypa/pip-audit#263))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cli CLI components enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an -o/--output FILE option
2 participants