From 891a3fec2699fc43aed18b7649950677c0152a22 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sat, 18 Feb 2017 12:19:23 +0000 Subject: [PATCH] chore: Release 0.8.0 --- CHANGELOG.md | 20 +++++++++++++++++--- PathKit.podspec | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac918e..969ee0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/PathKit.podspec b/PathKit.podspec index af301f9..2f3d630 100644 --- a/PathKit.podspec +++ b/PathKit.podspec @@ -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' }