Skip to content

Commit a366045

Browse files
committed
Release 0.0.2
1 parent bff780c commit a366045

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutmeg"
3-
version = "0.0.2-pre"
3+
version = "0.0.2"
44
edition = "2021"
55
description = "An unopinionated progress bar library"
66
license = "MIT"

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ See the `examples/` directory for more.
123123
124124
* Change to [`parking_lot`](https://docs.rs/parking_lot) mutexes in the implementation.
125125
126-
## 0.0.2 UNRELEASED
126+
## 0.0.2
127+
128+
Released 2022-03-07
127129
128130
* API change: Renamed `nutmeg::ViewOptions` to just `nutmeg::Options`.
129131

0 commit comments

Comments
 (0)