Skip to content

Commit

Permalink
chore: Release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 22, 2024
1 parent c031b29 commit 7f0d796
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.3] - 2024-07-22

### Bug Fixes

- *(tooling)* Stop CI from pretending to be a source tarball

## [0.8.2] - 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.2"
version = "0.8.3"
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.2
image: docker://ghcr.io/alerque/git-warp-time:v0.8.3
entrypoint: sh
args:
- -c
Expand Down

0 comments on commit 7f0d796

Please sign in to comment.