Skip to content

Commit

Permalink
Bump to v6.0.0 (#1319)
Browse files Browse the repository at this point in the history
Release-Version: v6.0.0
  • Loading branch information
maxrake authored Dec 13, 2023
1 parent 344554c commit ed91b53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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

## 6.0.0 - 2023-12-13

### Added

- Add CVE data to `issueDetails` entries when `--json` flag is used for `phylum package`
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.9.0"
version = "6.0.0"
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

## 6.0.0 - 2023-12-13

### Changed

- Renamed `parseLockfile` to `PhylumApi::parseDependencyFile`
Expand Down

0 comments on commit ed91b53

Please sign in to comment.