Skip to content

Commit

Permalink
Bump version and changelog for 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TooManyBees committed Sep 14, 2019
1 parent ef9d322 commit 5f5cd8e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.7.2

* bumped dev dependency `criterion` from 0.2 to 0.3

# 0.7.1

* bumped dev dependency `pretty_assertions` from 0.5 to 0.6

# 0.7.0

* add convenience methods for converting slices of labs/rgbs
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 = "lab"
version = "0.7.1" # bump html_root_url attribute in lib.rs
version = "0.7.2" # bump html_root_url attribute in lib.rs
authors = ["Jesse Bees <jesse@toomanybees.com>"]
description = """
Tools for converting RGB colors to the CIE-L*a*b* color space, and
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//! which both accept exactly 8 elements. See their respective docs for examples
//! on where to add Rayon methods.

#![doc(html_root_url = "https://docs.rs/lab/0.7.1")]
#![doc(html_root_url = "https://docs.rs/lab/0.7.2")]

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit 5f5cd8e

Please sign in to comment.