Skip to content

Commit

Permalink
Bump to v6.3.0 (#1398)
Browse files Browse the repository at this point in the history
Release-Version: v6.3.0
  • Loading branch information
kylewillmon authored Apr 22, 2024
1 parent f760ea0 commit fb23936
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.0 - 2024-04-18

### Fixed

- Improve parsing of non-UTF-8 encoded pom.xml files
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 = "6.2.0"
version = "6.3.0"
authors = ["Phylum, Inc. <[email protected]>"]
license = "GPL-3.0-or-later"
edition = "2021"
Expand Down
2 changes: 0 additions & 2 deletions extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 6.2.0 - 2024-03-19

## 6.1.0 - 2024-01-29

- Accept PURLs in `PhylumApi::analyze`
Expand Down

0 comments on commit fb23936

Please sign in to comment.