What's Changed
- refactor: DRY admin dispatcher + bugs maildir consolidation by @denzuko in #81
- refactor: convert 4 cmd-* to define-admin-cmd macro (batch 1) by @denzuko in #82
- refactor: convert 4 cmd-* to define-admin-cmd macro (batch 2) by @denzuko in #83
- refactor: convert 8 cmd-* to define-admin-cmd macro (batch 3) by @denzuko in #84
- refactor: convert 5 cmd-* to define-admin-cmd macro (batch 4) by @denzuko in #85
- refactor: convert 3 cmd-* to define-admin-cmd macro (batch 5) by @denzuko in #86
- refactor: add define-admin-cmd* shadow macro for optional/rest args by @denzuko in #87
- refactor: two-phase flag parsing via parse-flags + define-admin-cmd+ by @denzuko in #88
- refactor: consolidate three cmd-* macros into one canonical impl by @denzuko in #89
- refactor: convert 2 more cmd-* to define-admin-cmd(+) (batch 6) by @denzuko in #90
- refactor: boolean flags + convert 3 more cmd-* (batch 7) by @denzuko in #91
- refactor: convert bugs-list, bugs-report to define-admin-cmd+ (batch 8) by @denzuko in #92
- refactor: convert export-ldif, export-csv to define-admin-cmd+ (batch 9) by @denzuko in #93
- refactor: convert set-option, add-namespace to define-admin-cmd(+) (batch 10) by @denzuko in #94
- refactor: convert cmd-init to define-admin-cmd+ (batch 11) by @denzuko in #95
- refactor: convert 3 zero-arg cmd-* to define-admin-cmd (batch 12) by @denzuko in #96
- feat: mlisp-procmail-gen -- s-expr DSL for procmailrc (#98) by @denzuko in #101
- ci: release workflow -- Linux tarball (working) + experimental pkgsrc + FreeBSD port skeleton (#97) by @denzuko in #102
- ci: fix pkg_create flags after first dispatch run (#97) by @denzuko in #103
- ci: promote linux-pkgsrc to stable, attach .tgz to releases (#97) by @denzuko in #104
- build: Makefile missing mlisp-bugs and mlisp-procmail-gen (build-all/install/clean/test-bats) by @denzuko in #105
- build: pattern-based Makefile rules for binaries and test suites by @denzuko in #106
- ci: automate GitHub Release creation on tag push (#97) by @denzuko in #108
- ci: fix linux-pkgsrc incorrectly skipping on branch dispatch (#97) by @denzuko in #109
- release: merge develop -> main (v0.8.0 candidate) by @denzuko in #114
- release: v0.8.0 hotfix -- restore #97 fixes on main by @denzuko in #118
Full Changelog: v0.7.0...v0.8.0