From 30368dc473dc6180329321719b73622753edbf15 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Fri, 29 Jul 2022 21:03:05 -0400 Subject: [PATCH] Release 0.8.11 Signed-off-by: Randy Barlow --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c77010..4a7542e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.8.11 + +* Update dependencies. + + # 0.8.10 * Update dependencies. diff --git a/Cargo.lock b/Cargo.lock index e1f672c..2a8134b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "rpick" -version = "0.8.10" +version = "0.8.11" dependencies = [ "approx", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 5128eeb..78bb44b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpick" -version = "0.8.10" +version = "0.8.11" authors = ["Randy Barlow "] license = "GPL-3.0" readme = "README.md"