From 74cdbacbed3e5bcdd19be85e5e8c2f4684b1c757 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Sat, 5 Sep 2020 15:30:01 +0200 Subject: [PATCH] Bump to 0.1.1 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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 "] edition = "2018"