Skip to content

Commit 6306852

Browse files
committed
Release 2.4.0
1 parent 615307c commit 6306852

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
##### Breaking
44

5+
- None.
6+
7+
##### Enhancements
8+
9+
- None.
10+
11+
##### Bug Fixes
12+
13+
- None.
14+
15+
## 2.4.0 (2020-12-19)
16+
17+
##### Breaking
18+
519
- The `--xcargs` option has been removed, and superseded by passing arguments following the `--` terminator. E.g `periphery scan --xcargs --foo` is now `periphery scan -- --foo`. This feature can also be used to pass arguments to `swift build` for SwiftPM projects.
620

721
##### 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.3.3"
3+
spec.version = "2.4.0"
44
spec.summary = "Eliminate Unused Swift Code."
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-
public let PeripheryVersion = "2.3.3"
1+
public let PeripheryVersion = "2.4.0"

scripts/Periphery.podspec.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Pod::Spec.new do |spec|
55
spec.homepage = "https://github.com/peripheryapp/periphery"
66
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
77
spec.author = { "Ian Leitch" => "[email protected]" }
8-
spec.social_media_url = "https://twitter.com/peripheryswift"
98
spec.source = { :http => "#{spec.homepage}/releases/download/#{spec.version}/periphery-v#{spec.version}.zip" }
109
spec.preserve_paths = '*'
1110
end

0 commit comments

Comments
 (0)