From a0e3306b44bc01e57ac705859c234c6db9a9ec25 Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Tue, 28 Nov 2023 07:23:43 -0800 Subject: [PATCH] chore: Release slumber version 0.9.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee644a3..3e56a448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] - ReleaseDate +## [0.9.0] - 2023-11-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index 4ac19fb1..844fd1b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1567,7 +1567,7 @@ dependencies = [ [[package]] name = "slumber" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a8297f8e..6f62aeb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["rest", "http", "terminal", "tui"] license = "MIT" name = "slumber" repository = "https://github.com/LucasPickering/slumber" -version = "0.8.0" +version = "0.9.0" # Keep in sync w/ rust-toolchain.toml rust-version = "1.74.0"