Skip to content

Commit

Permalink
Bump to v5.8.1 (#1280)
Browse files Browse the repository at this point in the history
Release-Version: v5.8.1
  • Loading branch information
maxrake authored Nov 7, 2023
1 parent 2ec9cf0 commit fa19c9a
Show file tree
Hide file tree
Showing 3 changed files with 6 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.8.1] - 2023-11-07

### Fixed

- Gradle lockfile generation with `build.gradle.kts` manifests
Expand Down Expand Up @@ -697,7 +699,8 @@ before, the existing project ID will be re-linked.

- Initial release.

[unreleased]: https://github.com/phylum-dev/cli/compare/v5.8.0...HEAD
[unreleased]: https://github.com/phylum-dev/cli/compare/v5.8.1...HEAD
[5.8.1]: https://github.com/phylum-dev/cli/compare/v5.8.0...v5.8.1
[5.8.0]: https://github.com/phylum-dev/cli/compare/v5.7.3...v5.8.0
[5.7.3]: https://github.com/phylum-dev/cli/compare/v5.7.2...v5.7.3
[5.7.2]: https://github.com/phylum-dev/cli/compare/v5.7.1...v5.7.2
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.8.0"
version = "5.8.1"
authors = ["Phylum, Inc. <[email protected]>"]
license = "GPL-3.0-or-later"
edition = "2021"
Expand Down

0 comments on commit fa19c9a

Please sign in to comment.