v0.0.2
Changelog
- add
--version
and--help
flags. - top-level
Makefile
now accepts an optionalINOTIFYINFO_VERSION
parameter, which packagers are encouraged to set. By default, that variable is set from a git tag. - remove
-march=native
and a couple more optional/environment-specific CFLAGS.
Git log
- chore: bump zig by @motiejus in #33
- release binaries: make them identical to github by @motiejus in #32
- add --help and --version by @motiejus in #35
- Specify a code style via
clang-format --style=webkit
by @motiejus in #36 - INOTIFYINFO_VERSION: be stricter requiring it. by @motiejus in #37
- zig: upgrade and get from alpine by @motiejus in #38
- release archives: quiet down when Git is not found by @motiejus in #39
- Makefile: cleanup build system by @intelfx in #42
- README: put Docker instructions to a single place by @motiejus in #43
- Makefile: restructure cflags more by @motiejus in #44
New Contributors
Full Changelog: v0.0.1...v0.0.2