Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Apr 18, 2020
1 parent 45dc00e commit 3b511e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

##### Bug Fixes

- None.

## 1.7.1 (2020-04-18)

##### Breaking

- None.

##### Enhancements

- None.

##### Bug Fixes

- Fix --exclude option for scan-syntax.
- Bundle lib_InternalSwiftSyntaxParser.dylib in the release archive.

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 = "1.7.0"
spec.version = "1.7.1"
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/PeripheryKit/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public let PeripheryVersion = "1.7.0"
public let PeripheryVersion = "1.7.1"

0 comments on commit 3b511e5

Please sign in to comment.