Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Nov 14, 2020
1 parent 56b8d88 commit fc690a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

##### Enhancements

- None.

##### Bug Fixes

- None.

## 2.1.0 (2020-14-10)

##### Breaking

- None.

##### Enhancements

- Added a Checkstyle output formatter.

##### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Periphery.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = "Periphery"
spec.version = "2.0.1"
spec.summary = "A tool to identify unused code in Swift projects."
spec.version = "2.1.0"
spec.summary = "Eliminate Unused Swift Code."
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.author = { "Ian Leitch" => "port001@gmail.com" }
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.0.1"
public let PeripheryVersion = "2.1.0"

0 comments on commit fc690a7

Please sign in to comment.