Skip to content

Commit f8e9070

Browse files
authored
Bump to v7.1.2 (#1519)
Release-Version: v7.1.2
1 parent 8e52481 commit f8e9070

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
## Unreleased
1010

11+
## 7.1.2 - 2024-10-11
12+
1113
### Fixed
1214

1315
- `phylum package` subcommand showing unprocessed packages as complete
16+
- Packages which cannot be analyzed showing up as having no issues
1417

1518
## 7.1.1 - 2024-10-09
1619

@@ -21,7 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2124
### Fixed
2225

2326
- Package subcommand failing to parse API responses
24-
- Packages which cannot be analyzed showing up as having no issues
2527

2628
## 7.1.0 - 2024-09-24
2729

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phylum-cli"
3-
version = "7.1.1"
3+
version = "7.1.2"
44
authors = ["Phylum, Inc. <[email protected]>"]
55
license = "GPL-3.0-or-later"
66
edition = "2021"

0 commit comments

Comments
 (0)