File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11## master
22
3+ ## 0.3.2
4+
35- Fix a bug where ` children ` always recusively visit its content when following symlinks.
46
57## 0.3.1
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "Pathos"
3- spec . version = "0.3.1 "
3+ spec . version = "0.3.2 "
44 spec . summary = "A file management library for Swift"
55 spec . homepage = "https://github.com/dduan/Pathos"
66 spec . license = { :type => "MIT" , :file => "LICENSE.md" }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pod "Pathos"
5454#### With [ SwiftPM] ( https://swift.org/package-manager )
5555
5656``` swift
57- .package (url : " http://github.com/dduan/Pathos" , from : " 0.3.1 " )
57+ .package (url : " http://github.com/dduan/Pathos" , from : " 0.3.2 " )
5858```
5959## Overview
6060
You can’t perform that action at this time.
0 commit comments