Skip to content

Commit

Permalink
chore: Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Feb 18, 2017
1 parent f3e8fa6 commit 891a3fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# Changelog
# PathKit Changelog

---
## 0.8.0

## unreleased
### Enhancements

* New string (`path.string`) and URL (`path.url`) accessors on a path.
[David Jennes](https://github.com/djbe)

* Additional method for creating an iterator with options.
[#25](https://github.com/kylef/PathKit/pull/23)
[David Jennes](https://github.com/djbe)

* Abbreviate is now supported on Linux.
[Ben Snider](https://github.com/stupergenius)

### Bug Fixes

* Enumerating a path will now return an `Optional.none` when a directory does
not exist.
[Leon Breedt](https://github.com/leonbreedt)


## 0.7.0

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.7.1'
spec.version = '0.8.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 891a3fe

Please sign in to comment.