Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Mar 7, 2022
1 parent bff780c commit a366045
Show file tree
Hide file tree
Showing 2 changed files with 4 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.0.2-pre"
version = "0.0.2"
edition = "2021"
description = "An unopinionated progress bar library"
license = "MIT"
Expand Down
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit a366045

Please sign in to comment.