Skip to content

Releases: bodo-run/clap-config-file

Release v0.6.0

23 Sep 12:02
Compare
Choose a tag to compare

Changes

  • Field Naming Consistency: Fixed config file field naming to use kebab-case format consistently across examples and tests
  • Boolean Config Integration: Added proper kebab-case serde rename attributes for boolean config fields
  • Test Improvements: Updated tests to focus on field naming consistency validation
  • Documentation: Fixed truncated README sentence about multiple config files support

Commits

  • Fix CI test failures by updating config field names to kebab-case
  • Fix example config files to use kebab-case naming and update nested struct serde attributes
  • Fix test to focus on field naming consistency validation rather than boolean integration
  • Fix config file field naming in tests to use kebab-case format
  • Fix boolean config integration by adding kebab-case serde rename attributes
  • Fix truncated README sentence about multiple config files

Release 0.5.0

12 Sep 19:27
Compare
Choose a tag to compare

What's Changed

  • feat: enforce positional arguments to be CLI-only. Add validation to … by @mohsen1 in #5

Full Changelog: v0.4.0...v0.5.0

v0.4.0

28 Jan 20:07
Compare
Choose a tag to compare
v0.4.0

v0.3.0

28 Jan 17:30
Compare
Choose a tag to compare
v0.3.0

v0.2.0

27 Jan 20:05
Compare
Choose a tag to compare
handle commands

v0.1.0

27 Jan 16:18
Compare
Choose a tag to compare
initial commit