Skip to content

Commit

Permalink
Bump to v5.7.2
Browse files Browse the repository at this point in the history
Release-Version: v5.7.2
  • Loading branch information
maxrake committed Oct 10, 2023
1 parent 286c2e3 commit a9a92c2
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.2] - 2023-10-10

### Fixed
- Workspace lockfile generation for cargo, npm, yarn, and pnpm
- Go lockfile generation
Expand Down Expand Up @@ -570,7 +572,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.1...HEAD
[unreleased]: https://github.com/phylum-dev/cli/compare/v5.7.2...HEAD
[5.7.2]: https://github.com/phylum-dev/cli/compare/v5.7.1...v5.7.2
[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
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.1"
version = "5.7.2"
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.2 - 2023-10-10

### Fixed

- Incorrect handling of `net = true` permission
Expand Down

0 comments on commit a9a92c2

Please sign in to comment.