Skip to content

Commit

Permalink
Release 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed May 29, 2024
1 parent 24b2411 commit 9e31943
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,27 @@

##### Enhancements

- None.

##### Bug Fixes

- None.

## 2.20.0 (2024-05-29)

##### Breaking

- None.

##### Enhancements

- Added GitHub Actions output formatter.

##### Bug Fixes

- Disable unused import analysis for files retained with `--retain-files`.
- Fix handling of Xcode project paths containing spaces.
- Fix bug causing non-deterministic results for structs with implicit initializers.

## 2.19.0 (2024-05-20)

Expand Down
2 changes: 1 addition & 1 deletion Periphery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Periphery"
spec.version = "2.19.0"
spec.version = "2.20.0"
spec.summary = "A tool to identify unused code in Swift projects."
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PeripheryVersion = "2.19.0"
let PeripheryVersion = "2.20.0"

0 comments on commit 9e31943

Please sign in to comment.