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 2762a6b commit ab167f6Copy full SHA for ab167f6
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
##### Bug Fixes
12
13
+- None.
14
+
15
+## 2.8.5 (2022-01-03)
16
17
+##### Breaking
18
19
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
- Fix a crash while indexing.
28
29
## 2.8.4 (2021-12-30)
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Periphery"
3
- spec.version = "2.8.4"
+ spec.version = "2.8.5"
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.4"
+let PeripheryVersion = "2.8.5"
0 commit comments