From 51a37c62e4eeadc93dc47cc4b6308cdee7349090 Mon Sep 17 00:00:00 2001 From: Mary Strodl Date: Fri, 8 Jul 2022 00:31:27 -0400 Subject: [PATCH] Release v0.3.2 This hotfix release fixes error handling differences for the bartender API: Errors can now look at both the `error` and the `message` property of the response. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c959264..b00192e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "clink" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "cursive", diff --git a/Cargo.toml b/Cargo.toml index c3949e3..2d069ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clink" authors = ["Mary Strodl ", "Willard Nilges "] -version = "0.3.1" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html