1.25.1

casey/just1.25.1Mar 9, 2024by github-actions[bot]

AI Summary

This is a minor patch release (1.25.1) of just that addresses a build error on AArch64 architecture and pins the ctrlc dependency to version 3.1.1 for improved stability.

Key Highlights

  • Pinned ctrlc dependency to version 3.1.1 for better dependency management
  • Fixed AArch64 release build error that was preventing builds on ARM64 architecture

Full Release Notes

### Misc
- Pin ctrlc to version 3.1.1 ([#1945](https://github.com/casey/just/pull/1945))
- Fix AArch64 release build error ([#1942](https://github.com/casey/just/pull/1942))