Skip to content

Commit ef5f78d

Browse files
committed
Release 0.1.0
1 parent ecee603 commit ef5f78d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "nutmeg"
3-
version = "0.0.3-pre"
3+
version = "0.1.0"
44
edition = "2018"
55
description = "An unopinionated progress bar library"
66
license = "MIT"
77
repository = "https://github.com/sourcefrog/nutmeg"
8-
keywords = [ "progress", "progress-bar", "terminal", "ansi" ]
8+
keywords = ["progress", "progress-bar", "terminal", "ansi"]
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ is welcome.
162162
163163
# Changelog
164164
165-
## 0.0.3
165+
## 0.1.0
166166
167-
Not released yet.
167+
Released 2022-03-22
168168
169169
* API change: The "Write" type representing the destination is no longer
170170
part of the visible public signature of [View], to hide complexity and

0 commit comments

Comments
 (0)