Skip to content

Commit 30092a8

Browse files
committed
chore: Release v0.8.0
1 parent 53d2066 commit 30092a8

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.8.0] - 2024-07-19
2+
3+
### Features
4+
5+
- *(cli)* Return readable messages on runtime errors
6+
- *(lib)* Return all errors from the library as snafu types
7+
- *(lib)* Simplify path handling by limiting to Unicode
8+
9+
### Refactor
10+
11+
- [**breaking**] Return errors via Snafu rather than panicking
12+
113
## [0.7.5] - 2024-04-08
214

315
### 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.7.7"
3+
version = "0.8.0"
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.7.7
10+
image: docker://ghcr.io/alerque/git-warp-time:v0.8.0
1111
entrypoint: sh
1212
args:
1313
- -c

0 commit comments

Comments
 (0)