Skip to content

Commit 5364f27

Browse files
committed
Release 2.8.3
1 parent 6ef55c9 commit 5364f27

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
##### Bug Fixes
1212

13+
- None.
14+
15+
## 2.8.3 (2021-11-29)
16+
17+
##### Breaking
18+
19+
- None.
20+
21+
##### Enhancements
22+
23+
- None.
24+
25+
##### Bug Fixes
26+
1327
- Fix false positive when a class inherits a class with the same name from another module.
1428
- Retain parameters on protocol function members implemented by an external type.
1529
- Unused function parameters on unimplemented protocol function members are now retained, as the function may still be referenced from an existential type.

Periphery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Periphery"
3-
spec.version = "2.8.2"
3+
spec.version = "2.8.3"
44
spec.summary = "Eliminate Unused Swift Code."
55
spec.homepage = "https://github.com/peripheryapp/periphery"
66
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }

Sources/Frontend/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let PeripheryVersion = "2.8.2"
1+
let PeripheryVersion = "2.8.3"

0 commit comments

Comments
 (0)