Skip to content

Commit

Permalink
Add changelog for next release (#52)
Browse files Browse the repository at this point in the history
* Add changelog for next release

* fixup! Add changelog for next release
  • Loading branch information
dduan authored May 10, 2022
1 parent 081ef76 commit a70a127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## master

## 0.2.2

- Fixed a bug when parsing float decimals (#47)
- Add support for Windows

## 0.2.1

- Include a new type `DeserializationError`. It contains information regarding
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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.1")
.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.2.2")
```

## License
Expand Down

0 comments on commit a70a127

Please sign in to comment.