Skip to content

v1.0.0

Compare
Choose a tag to compare
@MalteHerrmann MalteHerrmann released this 14 Jun 22:20
· 24 commits to main since this release

v1.0.0 - 2024-06-15

Features

  • (docker) #18 Add Docker configuration.
  • (crud) #16 Add release command.
  • (crud) #12 Implement adding new entries.
  • (config) #7 Add init and config subcommands.
  • (lint) #5 Implement fix flag for linter CLI.
  • (lint) #4 Rewrite linter implementation in Rust.
  • (lint) #1 Add initial implementation for linter in Python.

Improvements

  • (crud) #17 Get PR number from GitHub to prefill input.
  • (crud) #14 Keep comments at head of file.
  • (lint) #6 Remove Python implementation.

New Contributors