Skip to content

Commit

Permalink
Bump to v7.1.5 (#1544)
Browse files Browse the repository at this point in the history
Release-Version: v7.1.5
  • Loading branch information
maxrake authored Nov 26, 2024
1 parent 538113f commit fb87125
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

## 7.1.5 - 2024-11-26

### Fixed

- `pnpm` version 5 parser including metadata in package versions
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 = "7.1.4"
version = "7.1.5"
authors = ["Phylum, Inc. <[email protected]>"]
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

## 7.1.5 - 2024-11-26

### Fixed

- Incorrect return type for `PhylumApi::getJobStatusRaw` endpoint
Expand Down

0 comments on commit fb87125

Please sign in to comment.