diff --git a/CHANGELOG.md b/CHANGELOG.md index 3437695f1..c3bfe5a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,20 @@ - None. +## 2.21.2 (2024-11-01) + +##### Breaking + +- None. + +##### Enhancements + +- None. + +##### Bug Fixes + +- Fix parsing of Xcode 16 projects. + ## 2.21.1 (2024-09-28) ##### Breaking diff --git a/Periphery.podspec b/Periphery.podspec index 0bd5d1063..56ddc55ce 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.21.1" + spec.version = "2.21.2" 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' } diff --git a/Sources/Frontend/Version.swift b/Sources/Frontend/Version.swift index e02d6a966..ae82fef50 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -let PeripheryVersion = "2.21.1" +let PeripheryVersion = "2.21.2"