diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfd4dc5ff..874f69802e 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.0] - 2023-09-22 + ### Changed - `git` invocations will now read system and global configuration, so things like credential helpers will will be respected in the underlying `git push` that `git nomad sync` makes. Fixes [#125][i125]. diff --git a/Cargo.lock b/Cargo.lock index 917e30e8fc..aae8a6a0cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "git-nomad" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0e7318d7ab..9c6dc54770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-nomad" -version = "0.6.0" +version = "0.7.0" authors = ["Ronuk Raval "] edition = "2021" description = "Synchronize work-in-progress git branches in a light weight fashion"