Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The binary archives for the v0.5 release seem to actually be for a prerelease version #567

Open
ilyagr opened this issue Dec 3, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@ilyagr
Copy link
Contributor

ilyagr commented Dec 3, 2023

Version

0.5

Description

I'm trying to download binaries from https:/ouch-org/ouch/releases/tag/0.5.0. At least in the case of https:/ouch-org/ouch/releases/download/0.5.0/ouch-x86_64-unknown-linux-gnu.tar.gz and https:/ouch-org/ouch/releases/download/0.5.0/ouch-x86_64-unknown-linux-musl.tar.gz, it seems like it's the wrong version:

  • the downloaded binary's ouch version reports that it's version 0.4.2
  • the CHANGELOG.md in the archive lists 0.5 features as "unreleased"
  • running ouch help does not list 7z as a supported format

Current Behavior

No response

Expected Behavior

No response

Additional Information

No response

@ilyagr ilyagr added the bug Something isn't working label Dec 3, 2023
@ilyagr ilyagr changed the title The binaries from v0.5 release seem to be wrong The binaries from v0.5 release seem to actually be for a prerelease version Dec 3, 2023
@ilyagr ilyagr changed the title The binaries from v0.5 release seem to actually be for a prerelease version The provided archives for the v0.5 release seem to actually be for a prerelease version Dec 3, 2023
@ilyagr ilyagr changed the title The provided archives for the v0.5 release seem to actually be for a prerelease version The binary archives for the v0.5 release seem to actually be for a prerelease version Dec 3, 2023
@ilyagr
Copy link
Contributor Author

ilyagr commented Dec 3, 2023

The last part is just due to

/// Supported formats: tar, zip, gz, xz/lzma, bz/bz2, lz4, sz, zst.
and README.md not yet being updated to include 7z (or RAR, but that's more dicey because of #565).

@marcospb19
Copy link
Member

Thanks for reporting it, it's almost the correct binary, but 1,2 are wrong because I linked to the previous commit.

@marcospb19
Copy link
Member

The last part is just due to

/// Supported formats: tar, zip, gz, xz/lzma, bz/bz2, lz4, sz, zst.
and README.md not yet being updated to include 7z (or RAR, but that's more dicey because of #565).

Last one solved by #570, now just 1 and 2 remaining, those will get solved once I make a new release and point to the right commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants