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 9962bdd commit 5182b80Copy full SHA for 5182b80
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
##### Breaking
4
5
+- None.
6
+
7
+##### Enhancements
8
9
10
11
+##### Bug Fixes
12
13
14
15
+## 2.15.0 (2023-07-04)
16
17
+##### Breaking
18
19
- Swift 5.7 is no longer supported.
20
21
##### Enhancements
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
spec.name = "Periphery"
- spec.version = "2.14.1"
+ spec.version = "2.15.0"
spec.summary = "A tool to identify unused code in Swift projects."
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Sources/Frontend/Version.swift
@@ -1 +1 @@
-let PeripheryVersion = "2.14.1"
+let PeripheryVersion = "2.15.0"
0 commit comments