Skip to content

Commit 871a650

Browse files
committed
chore: Release v0.8.2
1 parent 7f3ed33 commit 871a650

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.8.2] - 2024-07-22
2+
3+
### Bug Fixes
4+
5+
- *(build)* Avoid need to build binary to generate source package
6+
- *(build)* Mark changelog for inclusion in distribution
7+
- *(build)* Avoid the perceived need for an extra automake cycle in dist tarball
8+
19
## [0.8.1] - 2024-07-22
210

311
### Features

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.1"
3+
version = "0.8.2"
44
authors = ["Caleb Maclennan <caleb@alerque.com>"]
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.1
10+
image: docker://ghcr.io/alerque/git-warp-time:v0.8.2
1111
entrypoint: sh
1212
args:
1313
- -c

0 commit comments

Comments
 (0)