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 7fd60d0 commit ae01b91Copy full SHA for ae01b91
CHANGELOG.md
@@ -6,6 +6,20 @@
6
7
##### Enhancements
8
9
+- None.
10
+
11
+##### Bug Fixes
12
13
14
15
+## 2.15.1 (2023-09-17)
16
17
+##### Breaking
18
19
20
21
+##### Enhancements
22
23
- Swift 5.9 support.
24
25
##### Bug Fixes
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Periphery"
3
- spec.version = "2.15.0"
+ spec.version = "2.15.1"
4
spec.summary = "A tool to identify unused code in Swift projects."
5
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Sources/Frontend/Version.swift
@@ -1 +1 @@
-let PeripheryVersion = "2.15.0"
+let PeripheryVersion = "2.15.1"
0 commit comments