From 433c9db2eda7dd97eae17e48d05872c617f6eb3d Mon Sep 17 00:00:00 2001 From: Ronuk Raval Date: Sun, 22 Oct 2023 11:13:18 -0400 Subject: [PATCH] Release 0.7.1 --- 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 35622e5a42..fb6a2573b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ However, the output of the application is designed for humans, not machines, and ## [Unreleased] +## [0.7.1] - 2023-10-22 + ### Security - Upgraded `rustix` dependency to mitigate [GHSA-c827-hfw6-qwvm](https://github.com/advisories/GHSA-c827-hfw6-qwvm). Cursory review indicates that `git-nomad` only uses this dependency via `tempfile`, which is only used by testing. Still, users are advised to upgrade out of an abundance of caution. diff --git a/Cargo.lock b/Cargo.lock index bc6b0c1523..e1727a0b94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "git-nomad" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cd3ac5c770..83d85ef9da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-nomad" -version = "0.7.0" +version = "0.7.1" authors = ["Ronuk Raval "] edition = "2021" description = "Synchronize work-in-progress git branches in a light weight fashion"