Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed May 28, 2021
1 parent 966f6cc commit 61b9985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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.1.1"
version = "0.2.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 61b9985

Please sign in to comment.