Skip to content

Commit 7f0d796

Browse files
committed
chore: Release v0.8.3
1 parent c031b29 commit 7f0d796

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.8.3] - 2024-07-22
2+
3+
### Bug Fixes
4+
5+
- *(tooling)* Stop CI from pretending to be a source tarball
6+
17
## [0.8.2] - 2024-07-22
28

39
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-warp-time"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Caleb Maclennan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.0"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: ""
88
runs:
99
using: docker
10-
image: docker://ghcr.io/alerque/git-warp-time:v0.8.2
10+
image: docker://ghcr.io/alerque/git-warp-time:v0.8.3
1111
entrypoint: sh
1212
args:
1313
- -c

0 commit comments

Comments
 (0)