···5566## [Unreleased]
7788+## [3.0.0] – 2025-09-26
99+### Changed
1010+ - The justfile was updated with better organization, formatting, and documentation.
1111+1212+### Added
1313+ - A new build and CI pipeline using Nix, CUE, and Just, which includes fixes for version and script errors.
1414+ - --scheme option to the info command to get information about URL schemes.
1515+ - clap for command-line argument parsing, including shell completion generation.
1616+ - Linters like clippy and typos to improve code quality.
1717+ - Support for more supertypes in uti.rs.
1818+ - dist/ directory added to .gitignore.
1919+2020+### Fixed
2121+ - Various typos in the codebase and documentation.
2222+ - Corrected an issue with an inaccurate environment variable for the binary name in the build script.
2323+ - Improved bundle ID canonicalization and input validation.
2424+ - Improved handling of symlinks.
2525+826## [3.0.0] – 2025-09-25
927### Changed
1028- Complete rewrite to Rust!
···384402385403---
386404387387-[Unreleased]: https://github.com/philocalyst/infat/compare/v3.0.0…HEAD
405405+[Unreleased]: https://github.com/philocalyst/infat/compare/v3.0.1…HEAD
406406+[3.0.0]: https://github.com/philocalyst/infat/compare/v3.0.0…v3.0.1
388407[3.0.0]: https://github.com/philocalyst/infat/compare/v2.5.2…v3.0.0
389408[2.5.2]: https://github.com/philocalyst/infat/compare/v2.5.1…v2.5.2
390409[2.5.1]: https://github.com/philocalyst/infat/compare/v2.5.0…v2.5.1