Skip to content

Commit

Permalink
Bump to v5.7.1 (#1229)
Browse files Browse the repository at this point in the history
Release-Version: v5.7.1
  • Loading branch information
kylewillmon authored Sep 11, 2023
1 parent 73c273b commit 357a54a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [5.7.1] - 2023-09-08

### Fixed
- Package header printed even when all issues were suppressed
- Parsing fails for extraneous npm packages in package-lock.json
Expand Down Expand Up @@ -563,7 +565,8 @@ before, the existing project ID will be re-linked.
## 0.0.1
- Initial release.

[unreleased]: https://github.com/phylum-dev/cli/compare/v5.7.0...HEAD
[unreleased]: https://github.com/phylum-dev/cli/compare/v5.7.1...HEAD
[5.7.1]: https://github.com/phylum-dev/cli/compare/v5.7.0...v5.7.1
[5.7.0]: https://github.com/phylum-dev/cli/compare/v5.6.0...v5.7.0
[5.6.0]: https://github.com/phylum-dev/cli/compare/v5.5.0...v5.6.0
[5.5.0]: https://github.com/phylum-dev/cli/compare/v5.3.0...v5.5.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phylum-cli"
version = "5.7.0"
version = "5.7.1"
authors = ["Phylum, Inc. <engineering@phylum.io>"]
license = "GPL-3.0-or-later"
edition = "2021"
Expand Down
2 changes: 2 additions & 0 deletions extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 5.7.1 - 2023-09-08

### Changed

- `PhylumApi.parseLockfile` now adds a relative path to each package,
Expand Down

0 comments on commit 357a54a

Please sign in to comment.