Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored and kylef committed Mar 28, 2019
1 parent 749bd30 commit 73f8e9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# PathKit Changelog

## master
## 1.0.0 (2019-03-27)

### Enhancements

- Fix warnings for Swift 5

### Breaking

Expand Down
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.9.2'
spec.version = '1.0.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 73f8e9d

Please sign in to comment.