diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fecde4..b077d3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.2 + +### Enhancements + +* Dropped `once_cell` dependency to support MSRV again. + ## 0.15.1 ### Enhancements diff --git a/Cargo.toml b/Cargo.toml index 2d71e6c7..449cbf0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "console" description = "A terminal and console abstraction for Rust" -version = "0.15.1" +version = "0.15.2" keywords = ["cli", "terminal", "colors", "console", "ansi"] authors = ["Armin Ronacher "] license = "MIT"