Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

76 lines (46 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file.

[0.2.5] - 2024-08-31

🚀 Features

  • (logging) Allow specifying log level via cli flag (#35)

📚 Documentation

  • (changelog) Add missing feature from release (#32)

⚙️ Miscellaneous Tasks

  • (ci) Add conventional commits lint (#30)
  • (publish) Enable publishing on npm (#36)

[0.2.4] - 2024-08-19

🚀 Features

  • Improve indent support (#28)

⚙️ Miscellaneous Tasks

  • Fix name in readme
  • Add typos check (#29)

[0.2.3] - 2024-08-19

🚀 Features

  • Reimplement finding files to tidy (#19)
  • Allow passing depth flag (#21)

⚙️ Miscellaneous Tasks

  • Add tests that gitignore works (#20)

[0.2.1] - 2024-08-16

⚙️ Miscellaneous Tasks

  • (lint) Fix clippy warnings (#11)
  • Fix clippy workflow action (#13)
  • Add homebrew tap (#14)

[0.2.0] - 2024-08-15

🚀 Features

  • [breaking] Add support for .gitignore resolution (#10)

⚙️ Miscellaneous Tasks

  • Release (#4)
  • (ci) Add test ci step (#9)

[0.1.0] - 2024-08-15

⚙️ Miscellaneous Tasks

  • Release