Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 797 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 797 Bytes

Changelog

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

The format is based on Keep a Changelog.

Added

  • Verification of if kuro command is executed in a git repository.
  • Check to see if there are no files to change at all.

Fixed

  • Ignore python files included in .gitignore.

0.0.3 - 2018-11-13 (First publicly released version)

Added

  • Core project and bare minimum functionalities
    • Use Black on Python files only
    • Only files references by git-ls command
    • Capability to export a diff file of the changes Black outputs
    • Capability to set project or global Black options