Skip to content

Commit 404d60f

Browse files
committed
chore: Release 0.9.0
1 parent 03ba188 commit 404d60f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# PathKit Changelog
22

3-
## Master
3+
## 0.9.0
4+
5+
### Enhancements
6+
7+
* Support for Swift 4.
48

59
### Bug Fixes
610

PathKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'PathKit'
3-
spec.version = '0.8.0'
3+
spec.version = '0.9.0'
44
spec.summary = 'Effortless path operations in Swift.'
55
spec.homepage = 'https://github.com/kylef/PathKit'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }

0 commit comments

Comments
 (0)