Skip to content

Commit

Permalink
Prepare 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jul 28, 2022
1 parent 27825aa commit 06970fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 06970fa

Please sign in to comment.