From 5bf1dd34cff297556408f5d7a1c0e388cd8a7e07 Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Mon, 22 Jul 2024 17:12:51 -0400 Subject: [PATCH] chore: Release slumber version 1.7.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b21f52..44d7a496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] - ReleaseDate +## [1.7.0] - 2024-07-22 + This release focuses on minor fixes and improvements. There are no new major features or added functionality. ### Added diff --git a/Cargo.lock b/Cargo.lock index 2114072f..89fb26cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,7 +2004,7 @@ dependencies = [ [[package]] name = "slumber" -version = "1.6.0" +version = "1.7.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 648959f9..caae33fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["rest", "http", "terminal", "tui"] license = "MIT" name = "slumber" repository = "https://github.com/LucasPickering/slumber" -version = "1.6.0" +version = "1.7.0" # Keep in sync w/ rust-toolchain.toml rust-version = "1.76.0"