Skip to content

Commit 5f5cd8e

Browse files
committed
Bump version and changelog for 0.7.2
1 parent ef9d322 commit 5f5cd8e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.7.2
2+
3+
* bumped dev dependency `criterion` from 0.2 to 0.3
4+
5+
# 0.7.1
6+
7+
* bumped dev dependency `pretty_assertions` from 0.5 to 0.6
8+
19
# 0.7.0
210

311
* add convenience methods for converting slices of labs/rgbs

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lab"
3-
version = "0.7.1" # bump html_root_url attribute in lib.rs
3+
version = "0.7.2" # bump html_root_url attribute in lib.rs
44
authors = ["Jesse Bees <jesse@toomanybees.com>"]
55
description = """
66
Tools for converting RGB colors to the CIE-L*a*b* color space, and

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//! which both accept exactly 8 elements. See their respective docs for examples
3838
//! on where to add Rayon methods.
3939
40-
#![doc(html_root_url = "https://docs.rs/lab/0.7.1")]
40+
#![doc(html_root_url = "https://docs.rs/lab/0.7.2")]
4141

4242
#[cfg(test)]
4343
#[macro_use]

0 commit comments

Comments
 (0)