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 27825aa commit 06970faCopy full SHA for 06970fa
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nutmeg"
3
-version = "0.1.2-pre"
+version = "0.1.2"
4
edition = "2018"
5
description = "An unopinionated progress bar library"
6
license = "MIT"
src/lib.rs
@@ -164,7 +164,7 @@ is welcome.
164
165
## 0.1.2
166
167
-Not released yet.
+Released 2022-07-27
168
169
* API change: Removed `View::new_stderr` and `View::write_to`. Instead, the view
170
can be drawn on stderr or output can be captured using [Options::destination].
0 commit comments