Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Mar 23, 2022
1 parent ecee603 commit ef5f78d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "nutmeg"
version = "0.0.3-pre"
version = "0.1.0"
edition = "2018"
description = "An unopinionated progress bar library"
license = "MIT"
repository = "https://github.com/sourcefrog/nutmeg"
keywords = [ "progress", "progress-bar", "terminal", "ansi" ]
keywords = ["progress", "progress-bar", "terminal", "ansi"]

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

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ is welcome.
# Changelog
## 0.0.3
## 0.1.0
Not released yet.
Released 2022-03-22
* API change: The "Write" type representing the destination is no longer
part of the visible public signature of [View], to hide complexity and
Expand Down

0 comments on commit ef5f78d

Please sign in to comment.