We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff780c commit a366045Copy full SHA for a366045
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nutmeg"
3
-version = "0.0.2-pre"
+version = "0.0.2"
4
edition = "2021"
5
description = "An unopinionated progress bar library"
6
license = "MIT"
src/lib.rs
@@ -123,7 +123,9 @@ See the `examples/` directory for more.
123
124
* Change to [`parking_lot`](https://docs.rs/parking_lot) mutexes in the implementation.
125
126
-## 0.0.2 UNRELEASED
+## 0.0.2
127
+
128
+Released 2022-03-07
129
130
* API change: Renamed `nutmeg::ViewOptions` to just `nutmeg::Options`.
131
0 commit comments