From a366045f4f2c78d9590dd61b26ea82095af9f782 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 7 Mar 2022 07:37:59 -0800 Subject: [PATCH] Release 0.0.2 --- Cargo.toml | 2 +- src/lib.rs | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f329e87..81d83b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nutmeg" -version = "0.0.2-pre" +version = "0.0.2" edition = "2021" description = "An unopinionated progress bar library" license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 4bde82b..2d4bb95 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -123,7 +123,9 @@ See the `examples/` directory for more. * Change to [`parking_lot`](https://docs.rs/parking_lot) mutexes in the implementation. -## 0.0.2 UNRELEASED +## 0.0.2 + +Released 2022-03-07 * API change: Renamed `nutmeg::ViewOptions` to just `nutmeg::Options`.