Skip to content

Releases: tox-dev/pyproject-fmt

2.0.4

13 May 17:10
388e1cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...2.0.4

2.0.3

11 May 18:16
85bcfa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

11 May 04:26
a6e4fec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

11 May 03:14
cb3ddb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

10 May 21:33
495d968
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 1.8.0...2.0.0

1.8.0

17 Apr 14:48
2cc3932
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.8.0

1.7.0

22 Jan 15:08
d85599b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.7.0

1.6.0

10 Jan 22:43
b835654
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: 1.5.3...1.6.0

1.5.3

02 Dec 00:23
15ce99b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

1.5.2

29 Nov 19:56
c24c4b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2