Skip to content

Commit 6bd3b47

Browse files
committed
Release 1.8.0
1 parent 7aaef61 commit 6bd3b47

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22

33
##### Breaking
44

5+
- None
6+
7+
##### Enhancements
8+
9+
- None.
10+
11+
##### Bug Fixes
12+
13+
- None
14+
15+
## 1.8.0 (2020-10-3)
16+
17+
##### Breaking
18+
519
- Aggressive Mode has been removed as it provided little value.
620
- Removed undocumented diagnosis console feature.
721

822
##### Enhancements
923

10-
- None.
24+
- Add Xcode 12 support.
1125

1226
##### Bug Fixes
1327

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 = "1.7.1"
3+
spec.version = "1.8.0"
44
spec.summary = "Eliminate Unused Swift Code."
55
spec.homepage = "https://github.com/peripheryapp/periphery"
66
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }

Sources/PeripheryKit/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
public let PeripheryVersion = "1.7.1"
1+
public let PeripheryVersion = "1.8.0"

0 commit comments

Comments
 (0)