diff --git a/CHANGELOG.md b/CHANGELOG.md index addc3f4..13c5893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.2.0] - 2021-05-28 ### Changed - **Breaking**: rename `Error` to `ParseError`. That describes its purpose more closely and is particular useful now that other error types exist in the library. @@ -36,5 +37,6 @@ All notable changes to this project will be documented in this file. - Everything -[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.2.0...HEAD +[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 diff --git a/Cargo.toml b/Cargo.toml index c3725c7..f99cce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "litrs" -version = "0.1.1" +version = "0.2.0" authors = ["Lukas Kalbertodt "] edition = "2018"