From 55ff526422e3bf4174ae263470fadd6eadaefefd Mon Sep 17 00:00:00 2001 From: ileitch Date: Wed, 22 Mar 2023 23:59:13 +0100 Subject: [PATCH] Release 2.12.3 --- CHANGELOG.md | 14 ++++++++++++++ Periphery.podspec | 2 +- Sources/Frontend/Version.swift | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923a40a78..7ef8ee07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ ##### Bug Fixes +- None. + +## 2.12.3 (2023-03-22) + +##### Breaking + +- None. + +##### Enhancements + +- None. + +##### Bug Fixes + - Fix index/report exclude regression. ## 2.12.2 (2023-03-19) diff --git a/Periphery.podspec b/Periphery.podspec index 719c8b75f..1daf983f5 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.12.2" + spec.version = "2.12.3" spec.summary = "Eliminate Unused Swift Code." 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 ceeceb200..8bfa6f5e5 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -let PeripheryVersion = "2.12.2" +let PeripheryVersion = "2.12.3"