Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:43
· 8 commits to main since this release

0.2.0 - 2026-06-16

Highlights

  • config file support
  • reduced binary size

Detailed commits

Features

  • (cli) config value priority and args for creating new default config - (0f87016) - @mroetsc
  • (config) implemented first draft of config module - (4911c73) - @mroetsc

Documentation

Build system

  • configured release profile and set config crate feature flags to reduce binary size - (2972eb5) - @mroetsc

Refactoring

  • (cli) used From impls for mapping Arg structs more cleanly - (09b0c9e) - @mroetsc
  • (config) improve validation, error handling, and cross-platform path resolution - (4fef885) - @mroetsc

Miscellaneous Chores