From de2f15a31a8fef0b0e65ef4bdf92cd03c3061dac Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 9 Jan 2024 17:27:27 +0100 Subject: [PATCH] 0.15.8 --- CHANGELOG.md | 2 +- Cargo.toml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54778a33..05f735f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.15.8 ### Enhancements diff --git a/Cargo.toml b/Cargo.toml index a62d879c..d850f3f7 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.7" +version = "0.15.8" keywords = ["cli", "terminal", "colors", "console", "ansi"] authors = ["Armin Ronacher "] license = "MIT" @@ -36,7 +36,11 @@ features = [ [dev-dependencies] # Pick a setup for proptest that works with wasi -proptest = { version = "1.0.0", default-features = false, features = ["std", "bit-set", "break-dead-code"] } +proptest = { version = "1.0.0", default-features = false, features = [ + "std", + "bit-set", + "break-dead-code", +] } regex = "1.4.2" ## These are currently disabled. If you want to play around with the benchmarks