From 8647b029e164139e9754024d5c7507a4cc0d2ec0 Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sun, 25 Jun 2023 13:15:10 +0200 Subject: [PATCH] Release 2.14.1 --- 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 ec5745393..851ace99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ ##### Bug Fixes +- None. + +## 2.14.1 (2023-06-25) + +##### Breaking + +- None. + +##### Enhancements + +- None. + +##### Bug Fixes + - Revert SwiftPM binary command plugin. Sorry folks, but SwiftPM doesn't provide the appropriate permissions for Periphery to build projects in the sandbox. ## 2.14.0 (2023-06-24) diff --git a/Periphery.podspec b/Periphery.podspec index 45cc6a8a1..25561fc3e 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.14.0" + spec.version = "2.14.1" 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 cf96dda37..e17ba69ef 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -let PeripheryVersion = "2.14.0" +let PeripheryVersion = "2.14.1"