1.25.0

casey/just1.25.0Mar 8, 2024by github-actions[bot]

AI Summary

Release 1.25.0 of just adds cryptographic hash functions with `blake3` and `blake3_file` capabilities, along with various build and documentation improvements including reduced binary size and shell script fixes.

Key Highlights

  • Added `blake3` and `blake3_file` cryptographic hash functions
  • Reduced release binary size by setting codegen-units to 1
  • Fixed install.sh shellcheck warnings
  • Documented openSUSE package availability

New Features

  • Added `blake3` function for BLAKE3 cryptographic hashing
  • Added `blake3_file` function for hashing files with BLAKE3

Full Release Notes

### Added
- Add `blake3` and `blake3_file` functions ([#1860](https://github.com/casey/just/pull/1860) by [tgross35](https://github.com/tgross35))

### Misc
- Fix readme typo ([#1936](https://github.com/casey/just/pull/1936) by [Justintime50](https://github.com/Justintime50))
- Use unwrap_or_default ([#1928](https://github.com/casey/just/pull/1928))
- Set codegen-units to 1 reduce release binary size ([#1920](https://github.com/casey/just/pull/1920) by [amarao](https://github.com/amarao))
- Document openSUSE package ([#1918](https://github.com/casey/just/pull/1918) by [sfalken](https://github.com/sfalken))
- Fix install.sh shellcheck warnings ([#1912](https://github.com/casey/just/pull/1912) by [tgross35](https://github.com/tgross35))