Skip to content

Commit

Permalink
Release 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Jan 21, 2024
1 parent d2352d3 commit d5e45e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

##### Breaking

- The command-line parsing strategy for options that were delimited by a pipe or comma has changed. These options are now parsed as a space delimited list, e.g `--option "arg1" "arg2"`.
- None.

##### Enhancements

- None.

##### Bug Fixes

- None.

## 2.18.0 (2024-01-21)

##### Breaking

- The command-line parsing strategy for options that were delimited by a pipe or comma has changed. These options are now parsed as a space delimited list, e.g `--option "arg1" "arg2"`.
- The option `--external-encodable-protocols` is deprecated, use `--external-codable-protocols` instead.

##### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Periphery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Periphery"
spec.version = "2.17.1"
spec.version = "2.18.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' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PeripheryVersion = "2.17.1"
let PeripheryVersion = "2.18.0"

0 comments on commit d5e45e9

Please sign in to comment.