Skip to content

Commit 96ddc5d

Browse files
committed
chore: Release v0.8.5
1 parent e5b21b2 commit 96ddc5d

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.8.5] - 2025-01-10
2+
3+
### Features
4+
5+
- *(deps)* Bump git2 crate to build with latest libgit2
6+
- *(build)* Add release automation tooling adapted from decasify
7+
8+
### Bug Fixes
9+
10+
- *(build)* Set correct final permissions on intermediary shell completion artifacts
11+
12+
### Performance
13+
14+
- *(tooling)* Eschew unused autotools dependency tracking
15+
116
## [0.8.4] - 2024-08-13
217

318
### 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.4"
3+
version = "0.8.5"
44
authors = ["Caleb Maclennan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.80.1"

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.4
10+
image: docker://ghcr.io/alerque/git-warp-time:v0.8.5
1111
entrypoint: sh
1212
args:
1313
- -c

0 commit comments

Comments
 (0)