diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7542e..745a969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.8.12 + +* Update dependencies. + + # 0.8.11 * Update dependencies. diff --git a/Cargo.lock b/Cargo.lock index f1681cc..52c8848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ dependencies = [ [[package]] name = "rpick" -version = "0.8.11" +version = "0.8.12" dependencies = [ "approx", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a32e1a9..459c780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpick" -version = "0.8.11" +version = "0.8.12" authors = ["Randy Barlow "] license = "GPL-3.0" readme = "README.md"