Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 13, 2016
1 parent 5e7e09d commit 4597ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog
## 0.7.0

Adds support for Swift 3.0
2 changes: 1 addition & 1 deletion PathKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PathKit'
spec.version = '0.6.0'
spec.version = '0.7.0'
spec.summary = 'Effortless path operations in Swift.'
spec.homepage = 'https://github.com/kylef/PathKit'
spec.license = { :type => 'BSD', :file => 'LICENSE' }
Expand Down

0 comments on commit 4597ab8

Please sign in to comment.