Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

54 lines (32 loc) · 1.55 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]

[1.1.1] - 2024-10-14

Added

Changed

  • Update plugin to be POSIX-compliant to support usage on MacOS runners

Fixed

  • Packages are installed into a virtualenv due to the fact that system-wide installs fail by default when run on newer versions of Python.
  • Print stderr to console when action fails.

[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