diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c035d4c..32fecde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## Unreleased +## 0.15.1 ### Enhancements * ANSI support no longer depends on `regex` crate. +* Crate now supports `minver`. ## 0.15.0 diff --git a/Cargo.toml b/Cargo.toml index d83ee75b..ab4b0847 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.0" +version = "0.15.1" keywords = ["cli", "terminal", "colors", "console", "ansi"] authors = ["Armin Ronacher "] license = "MIT"