We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c61d1a commit 1e28609Copy full SHA for 1e28609
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
##### Bug Fixes
12
13
+- None.
14
+
15
+## 2.8.6 (2022-01-06)
16
17
+##### Breaking
18
19
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
- Fix another crash while indexing.
28
29
## 2.8.5 (2022-01-03)
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Periphery"
3
- spec.version = "2.8.5"
+ spec.version = "2.8.6"
4
spec.summary = "Eliminate Unused Swift Code."
5
spec.homepage = "https://github.com/peripheryapp/periphery"
6
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Sources/Frontend/Version.swift
@@ -1 +1 @@
-let PeripheryVersion = "2.8.5"
+let PeripheryVersion = "2.8.6"
0 commit comments