Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rraval committed Dec 19, 2021
1 parent 8721610 commit 55a3789
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ However, the output of the application is designed for humans, not machines, and

## [Unreleased]

## [0.3.2]

- Patch release to test the automated release workflow.

## [0.3.1]

- Updates some minor dependencies.
Expand All @@ -21,6 +25,7 @@ However, the output of the application is designed for humans, not machines, and
## [0.3.0]

### Changed

- Skip running pre-push hooks for git-nomad operations. This allows pushing work-in-progress branches with lint or compile errors (if the repo has pre-push hooks that check that).

## [0.2.1]
Expand All @@ -32,21 +37,25 @@ However, the output of the application is designed for humans, not machines, and
## [0.2.0] - 2021-11-06

### Changed

- The `--version` information now leverages `git describe` to properly capture the precise revision the binary was built from.

### Fixed

- Clean up deleted branches from other hosts. See https://github.com/rraval/git-nomad/issues/1.

## [0.1.1] - 2021-05-30

### Added

- Support for a `--version` flag that reports the crate version.

## [0.1.0] - 2021-05-30

An initial release with a reasonable complete implementation.

### Added

- `init` to configure user and host names to use
- `ls` to display all nomad managed refs
- `prune` to remove local and remote nomad managed refs
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.3.1"
version = "0.3.2"
authors = ["Ronuk Raval <[email protected]>"]
edition = "2018"
description = "Synchronize work-in-progress git branches in a light weight fashion"
Expand Down

0 comments on commit 55a3789

Please sign in to comment.