Skip to content

Commit

Permalink
Bump version to 0.4.2 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan committed Aug 23, 2021
1 parent 0c47ca4 commit 8697a34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## master

## master

## 0.4.2

* Fixed a problem where the `+` operator overload resolves in ambiguity when used on a `Path` and a string
literal. This problem is due to Swift 5.4's behaviral change.

## 0.4.1

Add support for Swift 5.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ There are more [Examples](./Examples) for the curious.
#### With [SwiftPM](https://swift.org/package-manager)

```swift
.package(url: "http://github.com/dduan/Pathos", from: "0.4.1")
.package(url: "http://github.com/dduan/Pathos", from: "0.4.2")
```

## Documentation
Expand Down

0 comments on commit 8697a34

Please sign in to comment.