Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jun 12, 2021
1 parent 09d796c commit 47167fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# `linya` Changelog

## Unreleased
## 0.2.1 (2021-06-12)

#### Added

- An example of how to use Linya without Rayon.

#### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linya"
version = "0.2.0"
version = "0.2.1"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2018"
description = "Simple concurrent progress bars."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
//! [indicatif]: https://lib.rs/crates/indicatif
#![warn(missing_docs)]
#![doc(html_root_url = "https://docs.rs/linya/0.2.0")]
#![doc(html_root_url = "https://docs.rs/linya/0.2.1")]

use std::io::{LineWriter, Stderr, Write};
use terminal_size::{terminal_size, Height, Width};
Expand Down

0 comments on commit 47167fa

Please sign in to comment.