1.55.1

airweave-ai/airweave1.55.1Jun 30, 2026by github-actions[bot]

AI Summary

This release addresses a critical bug where passing an empty path to `--show` and `--usage` flags caused a panic. It includes dependency updates and removes round-trip testing code to streamline the codebase.

Key Highlights

  • Fixed panic when empty path is passed to `--show` and `--usage` flags.
  • Upgraded `sha2` dependency to version 0.11.0.
  • Removed round-trip testing functionality and related test code.

Full Release Notes

### Fixed
- Fix panic when empty path is passed to `--show` and `--usage` ([#3511](https://github.com/casey/just/pull/3511) by [casey](https://github.com/casey))

### Misc
- Upgrade sha2 to 0.11.0 ([#3512](https://github.com/casey/just/pull/3512) by [casey](https://github.com/casey))
- Remove `Test::test_round_trip()` ([#3509](https://github.com/casey/just/pull/3509) by [casey](https://github.com/casey))
- Remove round-trip testing ([#3508](https://github.com/casey/just/pull/3508) by [casey](https://github.com/casey))