detect_flake
Advanced tools
Changelog
Version 0.6.0 (2024-01-23)
Commits: https://github.com/aqrln/detect_flake/compare/v0.5.7...v0.6.0
Proper parser for command arguments which mimics the POSIX shell. You can now use commands with arguments that contain spaces by wrapping them in quotes:
detect_flake -c 'echo "hello world"'
Conversely, if you relied on quotes used in the commands verbatim, they may now need to be escaped using backslashes.
Retroactively added the changelog since the past few versions which will now be maintained for all future releases.
Changelog
Version 0.5.7 (2024-01-21)
Commits: https://github.com/aqrln/detect_flake/compare/v0.5.6...v0.5.7
No code changes in this release, just a fixup in README for the published packages.
Changelog
Version 0.5.6 (2024-01-21)
Commits: https://github.com/aqrln/detect_flake/compare/v0.5.5...v0.5.6
Changelog
Version 0.5.5 (2023-11-25)
Commits: https://github.com/aqrln/detect_flake/compare/v0.5.4...v0.5.5