Skip to content

Latest commit

 

History

History
485 lines (310 loc) · 20.5 KB

CHANGELOG.md

File metadata and controls

485 lines (310 loc) · 20.5 KB

2.5.0 - 2024-10-30

2.4.3 - 2024-10-17

2.4.2 - 2024-10-17

2.4.1 - 2024-10-17

2.4.0 - 2024-10-17

2.3.1 - 2024-10-14

2.3.0 - 2024-10-10

2.2.4 - 2024-09-17

2.2.3 - 2024-09-08

2.2.2 - 2024-09-08

2.2.1 - 2024-07-31

CC @flying-sheep

2.2.0 - 2024-07-30

2.1.4 - 2024-07-03

2.1.3 - 2024-05-21

2.1.2 - 2024-05-20

2.1.1 - 2024-05-15

  • Pull in empty sub-tables makes formatting unstable fix by @gaborbernat in #218

2.1.0 - 2024-05-14

2.0.4 - 2024-05-13

2.0.3 - 2024-05-11

2.0.2 - 2024-05-11

2.0.1 - 2024-05-11

2.0.0 - 2024-05-10

This introduces multiple changes:

  • the requirements are formatted to be shorter and normalized
  • the TOML is now formatted via https://taplo.tamasfe.dev/configuration/formatter-options.html
  • will force arrays to be multiline (can use the column_width configuration to trigger this realign less aggressive)
  • now supports min python version setting via cli/config
  • normalizes project fields to use string instead of string literal
  • collapses project sub tables to be inline within the project table
  • comments are now attached to the next entry and moved alongside entries during re-ordering/sorting

1.8.0 - 2024-04-17

1.7.0 - 2024-01-22

1.6.0 - 2024-01-10

  • Support adding the classifier for the current Python prerelease by @edgarrmondragon in #162
  • Fix the "Release to PyPI" workflow and add check-jsonschema as a pre-commit hook to prevent future errors by @edgarrmondragon in #167

1.5.3 - 2023-12-02

1.5.2 - 2023-11-29

1.5.1 - 2023-11-09

1.5.0 - 2023-11-09

1.4.1 - 2023-11-01

  • Allow --check and --keep-full-version, they are not mutually exclusive by @adamtheturtle in #152

1.4.0 - 2023-11-01

1.3.0 - 2023-10-25

  • CLI: Accept --version argument, to print the package version by @amotl in #139
  • Fix generating Python version classifiers based on python-requires by @gaborbernat in #140

1.2.0 - 2023-10-02

  • GitHub Actions: Autoupgrade to Py3.12 production release by @cclauss in #131
  • _PY_MAX_VERSION: int = 12 by @cclauss in #132

1.1.0 - 2023-08-28

  • feat: allow pep440 version specifiers in requires-python by @MindTooth in #123

1.0.0 - 2023-08-22

0.13.1 - 2023-08-11

0.13.0 - 2023-07-03

0.12.1 - 2023-06-20

0.12.0 - 2023-06-15

  • git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' by @gaborbernat in #98
  • Add ruff by @gaborbernat in #100

0.11.2 - 2023-05-09

0.11.1 - 2023-04-28

0.11.0 - 2023-04-28

0.10.0 - 2023-04-24

  • Sort classifiers and respect --indent by @hugovk in #84

0.9.2 - 2023-02-27

  • Fix unnecessary newline addition on sub-tables by @adamchainz in #70

0.9.1 - 2023-02-14

0.9.0 - 2023-02-14

  • Add tools ordering and separate tables by one line by @gaborbernat in #67

0.8.0 - 2023-02-09

  • Follow the package name normalization spec by @hugovk in #66

0.7.0 - 2023-02-07

0.6.0 - 2023-01-30

  • Handle inline tables and change order, so dependencies and optional-dependencies are closer to each other.

0.5.0 - 2023-01-19

  • Update version of pyproject-fmt in example pre-commit hook in docs by @namurphy in #58
  • Exclude bots from generated release notes by @hugovk in #61
  • Only write to file if changed by @hugovk in #60

0.4.1 - 2022-11-23

  • Programming Language :: Python :: 3.11 by @cclauss in #47

0.4.0 - 2022-11-23

0.3.5 - 2022-08-13

0.3.2 - 2022-03-01

0.3.1 - 2022-02-27

0.3.0 - 2022-02-27