Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan committed Jan 18, 2021
1 parent d804030 commit dbc8c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

## 0.2.1

- Include a new type `DeserializationError`. It contains information regarding
deserialization.
- Improve error reporting. After encountering one error, the parser will
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TOMLDecoder has a relatively simple set of APIs. Learn more in the [introduction
#### With [SwiftPM](https://swift.org/package-manager)

```swift
.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.2.0")
.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.2.1")
```

## License
Expand Down

0 comments on commit dbc8c43

Please sign in to comment.