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 1a92af2 commit e90c73bCopy full SHA for e90c73b
CHANGELOG.md
@@ -12,6 +12,20 @@
12
13
- None.
14
15
+## 2.21.2 (2024-11-01)
16
+
17
+##### Breaking
18
19
+- None.
20
21
+##### Enhancements
22
23
24
25
+##### Bug Fixes
26
27
+- Fix parsing of Xcode 16 projects.
28
29
## 2.21.1 (2024-09-28)
30
31
##### Breaking
Periphery.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Periphery"
3
- spec.version = "2.21.1"
+ spec.version = "2.21.2"
4
spec.summary = "A tool to identify unused code in Swift projects."
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.21.1"
+let PeripheryVersion = "2.21.2"
0 commit comments