Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rraval committed Sep 22, 2023
1 parent 6a9856e commit b652d77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-nomad"
version = "0.6.0"
version = "0.7.0"
authors = ["Ronuk Raval <[email protected]>"]
edition = "2021"
description = "Synchronize work-in-progress git branches in a light weight fashion"
Expand Down

0 comments on commit b652d77

Please sign in to comment.