diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc628b..1d8cbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.1] - 2020-09-05 +### Fixed +- Minor documentation fixes + ## 0.1.0 - 2020-07-30 ### Added - Everything (`write`, `writeln`, `print`, `println`, `style`) -[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index a17b68e..b5b3df4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunt" -version = "0.1.0" +version = "0.1.1" authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"] edition = "2018"