diff --git a/CHANGELOG.md b/CHANGELOG.md index 2820f39..4b9dbc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2022-03-22 + - Added basic line history - Added EditorBuilder for more ergonomic construction of editors diff --git a/README.md b/README.md index 92b8004..eba91e7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -noline = "0.1.0" +noline = "0.2.0" ``` # License diff --git a/noline/Cargo.toml b/noline/Cargo.toml index b4fe019..d47b2fb 100644 --- a/noline/Cargo.toml +++ b/noline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noline" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Eivind Alexander Bergem "] license = "MPL-2.0"