Skip to content

Releases: alerque/git-warp-time

v0.7.3

01 Apr 15:24
v0.7.3
65037c0
Compare
Choose a tag to compare
Release v0.7.3

* Switch source release artifact from XZ to ZSTD compression
* Switch to signed tags for releases (commits are already signed)
* Update Rust crate dependencies
* Update Nix Flake crate dependencies
* Update Docker base Alpine image version
* Update CI workflow dependencies

v0.7.2

11 Dec 11:49
f7582d6
Compare
Choose a tag to compare

v0.7.1

11 Dec 11:14
b238781
Compare
Choose a tag to compare

What's Changed

  • Add Docker image and GH Action config by @alerque in #20

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 Dec 23:42
8f13e51
Compare
Choose a tag to compare

What's Changed

  • Do a depth-first search through history instead of breadth-first per-file by @alerque in #13

Full Changelog: v0.6.1...v0.7.0

v0.6.1

07 Dec 12:28
bf46ddb
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

v0.6.0

07 Dec 10:47
7bb2a86
Compare
Choose a tag to compare

What's Changed

  • Walk history for files in parallell by @alerque in #12

Full Changelog: v0.5.3...v0.6.0

v0.5.3

07 Dec 09:53
0f752b3
Compare
Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Nov 11:41
297567a
Compare
Choose a tag to compare
chore: Release v0.5.2

v0.5.1

22 Sep 14:16
eee9ae6
Compare
Choose a tag to compare
chore: Release v0.5.1

v0.5.0

13 Sep 09:29
9f4707a
Compare
Choose a tag to compare

Bug Fixes

  • Correct use of Clap API, match full not partial option ID

Documentation

  • Note current path input expectations
  • Improve wording of built in documentation

Features

  • Throw error if input path does not exist
  • Resolve relative input paths to repository paths