Skip to content

Commit d5e45e9

Browse files
committed
Release 2.18.0
1 parent d2352d3 commit d5e45e9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
##### Breaking
44

5-
- 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"`.
5+
- None.
6+
7+
##### Enhancements
8+
9+
- None.
10+
11+
##### Bug Fixes
12+
13+
- None.
14+
15+
## 2.18.0 (2024-01-21)
16+
17+
##### Breaking
18+
19+
- 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"`.
620
- The option `--external-encodable-protocols` is deprecated, use `--external-codable-protocols` instead.
721

822
##### Enhancements

Periphery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Periphery"
3-
spec.version = "2.17.1"
3+
spec.version = "2.18.0"
44
spec.summary = "A tool to identify unused code in Swift projects."
55
spec.homepage = "https://github.com/peripheryapp/periphery"
66
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }

Sources/Frontend/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let PeripheryVersion = "2.17.1"
1+
let PeripheryVersion = "2.18.0"

0 commit comments

Comments
 (0)