diff --git a/Cargo.toml b/Cargo.toml index d1365a4..6df33a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nutmeg" -version = "0.1.2-pre" +version = "0.1.2" edition = "2018" description = "An unopinionated progress bar library" license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 75e067d..453558f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -164,7 +164,7 @@ is welcome. ## 0.1.2 -Not released yet. +Released 2022-07-27 * API change: Removed `View::new_stderr` and `View::write_to`. Instead, the view can be drawn on stderr or output can be captured using [Options::destination].