-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bat 0.13 release #845
Comments
I have added a few tickets to the v0.13 milestone. Let's try to work on these before releasing v0.13: |
@sharkdp I just stumbled upon your checklist -- just wanted to let you know that on Arch Linux bat has moved from AUR to the community repo. |
Oh right, the checklist is outdated. We already link to the correct package in the README: https://github.com/sharkdp/bat#on-arch-linux Updating the checklist... |
v0.13 has been released: https://github.com/sharkdp/bat/releases/tag/v0.13.0 |
@sharkdp would be nice if you could inform me too since I'm packaging bat for Fedora. |
Will do, added to my checklist for future releases. Thank you very much for your work! |
Hi. I'm the package maintainer for FreeBSD. Thanks for your amazing project. |
@pizzamig Thank you for the feedback and for your work! We have the same problem when building the Debian packages in CI. We actually use a Line 41 in 8d3136e
This is obviously not a great solution, but I don't really know if there is a better way :-/ |
I'm testing |
Changes since 0.12.1: v0.12.1...master
cargo fmt
assets/create.sh
).-h
/--help
text.Cargo.toml
. Runcargo build
to updateCargo.lock
. Update the version in allREADME
files (translations).cargo install -f --path .
and locally test the new releasecargo publish --dry-run --allow-dirty
.git tag vX.Y.Z; git push --tags
cargo publish
.See also: My release checklist for Rust programs
The text was updated successfully, but these errors were encountered: