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"