Skip to content

Releases: ErichDonGubler/git-glimpse

v0.4.2

13 Jul 22:38
Compare
Choose a tag to compare

Install git-glimpse 0.4.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/git-glimpse/releases/download/v0.4.2/git-glimpse-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/ErichDonGubler/git-glimpse/releases/download/v0.4.2/git-glimpse-installer.ps1 | iex

Download git-glimpse 0.4.2

target kind download
aarch64-apple-darwin tarball git-glimpse-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball git-glimpse-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball git-glimpse-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball git-glimpse-x86_64-unknown-linux-gnu.tar.xz

v0.4.1

13 Jul 19:15
Compare
Choose a tag to compare

This release just fixed some Clippy lints...and let us kick the tires against fancy new cargo-dist release automation! 👏🏻 We're now delivering release binaries with every release. See below for more details!

Install git-glimpse 0.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/git-glimpse/releases/download/v0.4.1/git-glimpse-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/ErichDonGubler/git-glimpse/releases/download/v0.4.1/git-glimpse-installer.ps1 | iex

Download git-glimpse 0.4.1

target kind download
aarch64-apple-darwin tarball git-glimpse-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball git-glimpse-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball git-glimpse-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball git-glimpse-x86_64-unknown-linux-gnu.tar.xz

v0.4.0: chore: Release git-glimpse version 0.4.0

13 Jul 15:30
Compare
Choose a tag to compare
This is the first release we're testing with `cargo-dist`. Hope it
works! 🤞

v0.3.2

08 Jun 18:00
Compare
Choose a tag to compare
chore: Release git-glimpse version 0.3.2

v0.3.1

08 Jun 18:00
Compare
Choose a tag to compare
chore: Release git-glimpse version 0.3.1

0.3.0

07 Jun 18:22
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

0.2.0 - First "functional" release!

06 Jun 14:12
Compare
Choose a tag to compare

This release publishes everything that I've been using personally. There are still quite a few bugs, and the CLI interface isn't what I actually want long-term, but it's here, and it's ready for you to play with, if you want!

0.1.0 - the Crates.io placeholder

03 Jun 00:31
Compare
Choose a tag to compare
Pre-release

Initial release!...Not really. No substantial functionality has been released with this tag, because I wanted to reserve the name on Crates.io. The main obstacle is getting current Git dependencies also published on Crates.io. Once that's done, there shouldn't be any blockers.