From 66019b42ca28f567508b3d7b4662bc339c8e242d Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Mon, 20 May 2024 19:31:55 +0100 Subject: [PATCH] Release 2.19.0 --- 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 86c06877f..1e44dd84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ ##### Enhancements +- None. + +##### Bug Fixes + +- None. + +## 2.19.0 (2024-05-20) + +##### Breaking + +- None. + +##### Enhancements + - Unused import detection is now enabled by default. - Added the `--retain-encodable-properties` option to retain all properties on `Encodable` types only. - Added the `--xcode-list-arguments` option to pass additional arguments to `xcodebuild -list`. diff --git a/Periphery.podspec b/Periphery.podspec index 8c0c07105..8e3bb68d5 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.18.0" + spec.version = "2.19.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' } diff --git a/Sources/Frontend/Version.swift b/Sources/Frontend/Version.swift index 70daed848..3ebfbe21f 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -let PeripheryVersion = "2.18.0" +let PeripheryVersion = "2.19.0"