Skip to content

Commit

Permalink
Release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Nov 20, 2022
1 parent a1696ea commit 8c2260f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

##### Bug Fixes

- None.

## 2.10.1 (2022-11-20)

##### Breaking

- None.

##### Enhancements

- None.

##### Bug Fixes

- Fix error building with SwiftPM and Swift 5.7: `the target 'PeripheryKit' in product 'periphery' contains unsafe build flags`
- Fix unused parameter analysis for shorthand if-let syntax.
- Workaround Swift shorthand if-let syntax bug (https://github.com/apple/swift/issues/61509). Global properties are not handled by this workaround.
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.10.0"
spec.version = "2.10.1"
spec.summary = "Eliminate Unused Swift Code."
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.10.0"
let PeripheryVersion = "2.10.1"

0 comments on commit 8c2260f

Please sign in to comment.