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
LukasKalbertodt committed Jun 4, 2021
1 parent 9eaa08b commit 773ccc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.2.1] - 2021-06-04
### Changed
- Fixed the `expected` value of the error returned from `TryFrom<TokenTree>` impls in some cases

## [0.2.0] - 2021-05-28
### Changed
- **Breaking**: rename `Error` to `ParseError`. That describes its purpose more
Expand Down Expand Up @@ -37,6 +41,7 @@ All notable changes to this project will be documented in this file.
- Everything


[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/LukasKalbertodt/litrs/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/LukasKalbertodt/litrs/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/LukasKalbertodt/litrs/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "litrs"
version = "0.2.0"
version = "0.2.1"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 773ccc7

Please sign in to comment.