Skip to content

Commit

Permalink
chore: Release v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 10, 2025
1 parent e5b21b2 commit 96ddc5d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.8.5] - 2025-01-10

### Features

- *(deps)* Bump git2 crate to build with latest libgit2
- *(build)* Add release automation tooling adapted from decasify

### Bug Fixes

- *(build)* Set correct final permissions on intermediary shell completion artifacts

### Performance

- *(tooling)* Eschew unused autotools dependency tracking

## [0.8.4] - 2024-08-13

### Features
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.4"
version = "0.8.5"
authors = ["Caleb Maclennan <[email protected]>"]
edition = "2021"
rust-version = "1.80.1"
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.4
image: docker://ghcr.io/alerque/git-warp-time:v0.8.5
entrypoint: sh
args:
- -c
Expand Down

0 comments on commit 96ddc5d

Please sign in to comment.