Releases: jrhawley/pad-path
Releases · jrhawley/pad-path
Nix package via nix flakes
Added
- Nix flake for compilation and development environments
Fixed
- Tests in the
crate::path::cleanmodule now pass on Linux systems that don't have/usr/as a top-level directory- This was discovered when trying to build a Nix package
Changes: v0.2.5...v0.2.6
Full Changelog: https://github.com/jrhawley/pad-path/CHANGELOG.md
Minor bugfixes
Fixed
- Testing on Arch Linux no longer fails due to a symlink in
/usr/lib/(see #1, thanks @thecakeisalie25) - Removed erroneous
echoalias for therevertsubcommand
Changed
- Upgraded from
hometodirs-nextcrate to follow the XDG Base Directories and XDG User Directories specifications - Upgraded to
clapv4