v2.5.3
Thank you to @littleli and @06kellyjac for contributing to this release.
Added
- Automated tests have been added so things like 2.5.2 should not happen again (#34).
- Version information flag (
-V
or--version
as conventional with e.g. cargo)
Changed
- Forbid unsafe code. (There was none before, just make it harder to add some.)
- When logging remote IP addresses, the port is now never logged, which also changes the address format.
Fixed
- Updated
url
to newest version, which resolves a TODO. - The help exits successfully with
0
rather than1
(#37). - The GitHub workflow has been fixed so Windows binaries are compressed correctly (#36).
- Split out install steps to allow for more options in the future.
- Add install notes for nix/NixOS to the README (#38).
- Updated dependencies.