We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ba188 commit 404d60fCopy full SHA for 404d60f
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# PathKit Changelog
2
3
-## Master
+## 0.9.0
4
+
5
+### Enhancements
6
7
+* Support for Swift 4.
8
9
### Bug Fixes
10
PathKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PathKit'
- spec.version = '0.8.0'
+ spec.version = '0.9.0'
spec.summary = 'Effortless path operations in Swift.'
spec.homepage = 'https://github.com/kylef/PathKit'
spec.license = { :type => 'BSD', :file => 'LICENSE' }
0 commit comments