From 61b998545a6f3dcc92755f3f0464c4325499480f Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Fri, 28 May 2021 20:19:11 +0200 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"