lsd-rs / lsd

The next gen ls command
Apache License 2.0
12.85k stars 420 forks source link

[Bug]: lsd-v1.1.0-aarch64-unknown-linux-musl reports 1.0.0 as version #1012

Closed pro-sumer closed 3 months ago

pro-sumer commented 3 months ago

Version

version

lsd 1.0.0

What OS are you seeing the problem on?

Linux

installation

Manually extracting https://github.com/lsd-rs/lsd/releases/download/v1.1.0/lsd-v1.1.0-aarch64-unknown-linux-musl.tar.gz

term

xterm-256color

ls-colors

no=00;38;5;244:di=37:ln=34:so=1;30:pi=1;30:ex=32:bd=1;30:cd=1;30:su=32:sg=32:tw=33:ow=33

What happened?

`lsd --version` outputs `lsd 1.0.0`

What expected?

`lsd --version` outputs `lsd 1.1.0`

What else?

n/a
pro-sumer commented 3 months ago

Same for lsd-v1.1.0-aarch64-unknown-linux-gnu.tar.gz (and maybe more?).

tranzystorekk commented 3 months ago

The bug is in that new release was cut without bumping version in Cargo.toml/Cargo.lock

zwpaper commented 3 months ago

thanks for the quick catch! fixed in https://github.com/lsd-rs/lsd/releases/tag/v1.1.1