Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.25 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

[1.1.0] - 2022-11-04

  • All inputs changed to use kebab-case: isort-version, sort-paths, and requirements-files. The old camelCase arguments will continue to work for backward compatibility.
  • [Internal] Usage of set-output updated to reflect deprecation

[1.0.0] - 2022-06-01

Added

  • Contributing guide
  • Continuous Integration test suite

Changed

  • Default to using the latest version of isort, if the isortVersion input is not specified
  • Include pip install output in the log outputs instead of suppressing it.

Fixed

  • Configuration parameter parsing in run_isort
  • Only attempt to pip install from a requirements file if listed in the configuration

[0.1.0] - 2020-10-04

Added

  • Initial release