Skip to content

Commit

Permalink
chore: Release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 13, 2024
1 parent 27bbff6 commit bb8897e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.8.4] - 2024-08-13

### Features

- *(cli)* Add completion hint so shells know when to provide paths

## [0.8.3] - 2024-07-22

### Bug Fixes
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-warp-time"
version = "0.8.3"
version = "0.8.4"
authors = ["Caleb Maclennan <[email protected]>"]
edition = "2021"
rust-version = "1.74.0"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
default: ""
runs:
using: docker
image: docker://ghcr.io/alerque/git-warp-time:v0.8.3
image: docker://ghcr.io/alerque/git-warp-time:v0.8.4
entrypoint: sh
args:
- -c
Expand Down

0 comments on commit bb8897e

Please sign in to comment.