Skip to content

Releases: dj95/kdl-fmt

v0.1.1

27 Dec 10:23
v0.1.1
6c721ce
Compare
Choose a tag to compare

[0.1.1] - 2024-12-27

⚙️ Miscellaneous Tasks

  • Add description and license to Cargo
  • Remove license-file from Cargo
  • Bump version to v0.1.1

v0.1.0

25 Dec 10:50
v0.1.0
9f91c4f
Compare
Choose a tag to compare

[0.1.0] - 2024-12-25

🚀 Features

  • Initial commit
  • Add args to set the input kdl version & no-format option
  • Implement config file

🐛 Bug Fixes

  • Sanity check for from_v1 & from_v2 args

⚙️ Miscellaneous Tasks

  • Fix license title
  • Fix linting issues
  • Add validation usage to README
  • Add description for KDL versions to README
  • Refactor to config crate
  • Refactor config mod into different files
  • Add release workflow (#2)
  • Add config file to README