Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 19, 2020
1 parent 615307c commit 6306852
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

##### Breaking

- None.

##### Enhancements

- None.

##### Bug Fixes

- None.

## 2.4.0 (2020-12-19)

##### Breaking

- 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.

##### 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.3.3"
spec.version = "2.4.0"
spec.summary = "Eliminate Unused Swift Code."
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 @@
public let PeripheryVersion = "2.3.3"
public let PeripheryVersion = "2.4.0"
1 change: 0 additions & 1 deletion scripts/Periphery.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Pod::Spec.new do |spec|
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.author = { "Ian Leitch" => "port001@gmail.com" }
spec.social_media_url = "https://twitter.com/peripheryswift"
spec.source = { :http => "#{spec.homepage}/releases/download/#{spec.version}/periphery-v#{spec.version}.zip" }
spec.preserve_paths = '*'
end

0 comments on commit 6306852

Please sign in to comment.