From 8509117f70ee120c923986627667fa0a20d6a3bc Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Thu, 23 Nov 2023 10:25:18 +0100 Subject: [PATCH] Release 2.17.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 6c5449994..4105cd5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ ##### Enhancements +- None. + +##### Bug Fixes + +- None. + +## 2.17.0 (2023-11-23) + +##### Breaking + +- None. + +##### Enhancements + - Added the `--relative-results` option to output result paths relative to the current directory. - `--quiet` now silences warnings too. diff --git a/Periphery.podspec b/Periphery.podspec index 0d6c45959..40692214f 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.16.0" + spec.version = "2.17.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 62d897ba3..a0fffae47 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -let PeripheryVersion = "2.16.0" +let PeripheryVersion = "2.17.0"