Skip to content

Commit d19f2e6

Browse files
committed
Bump version to 0.3.2
1 parent c76127a commit d19f2e6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

Pathos.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 = "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" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)