File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1010
1111##### Bug Fixes
1212
13+ - None.
14+
15+ ## 2.10.1 (2022-11-20)
16+
17+ ##### Breaking
18+
19+ - None.
20+
21+ ##### Enhancements
22+
23+ - None.
24+
25+ ##### Bug Fixes
26+
1327- Fix error building with SwiftPM and Swift 5.7: ` the target 'PeripheryKit' in product 'periphery' contains unsafe build flags `
1428- Fix unused parameter analysis for shorthand if-let syntax.
1529- Workaround Swift shorthand if-let syntax bug (https://github.com/apple/swift/issues/61509 ). Global properties are not handled by this workaround.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "Periphery"
3- spec . version = "2.10.0 "
3+ spec . version = "2.10.1 "
44 spec . summary = "Eliminate Unused Swift Code."
55 spec . homepage = "https://github.com/peripheryapp/periphery"
66 spec . license = { :type => 'MIT' , :file => 'LICENSE.md' }
Original file line number Diff line number Diff line change 1- let PeripheryVersion = " 2.10.0 "
1+ let PeripheryVersion = " 2.10.1 "
You can’t perform that action at this time.
0 commit comments