Skip to content

Commit 47167fa

Browse files
committed
0.2.1
1 parent 09d796c commit 47167fa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# `linya` Changelog
22

3-
## Unreleased
3+
## 0.2.1 (2021-06-12)
4+
5+
#### Added
6+
7+
- An example of how to use Linya without Rayon.
48

59
#### Changed
610

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linya"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Colin Woodbury <colin@fosskers.ca>"]
55
edition = "2018"
66
description = "Simple concurrent progress bars."

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
//! [indicatif]: https://lib.rs/crates/indicatif
9595
9696
#![warn(missing_docs)]
97-
#![doc(html_root_url = "https://docs.rs/linya/0.2.0")]
97+
#![doc(html_root_url = "https://docs.rs/linya/0.2.1")]
9898

9999
use std::io::{LineWriter, Stderr, Write};
100100
use terminal_size::{terminal_size, Height, Width};

0 commit comments

Comments
 (0)