Skip to content

Releases: tox-dev/pyproject-fmt

2.1.3

21 May 01:44
795e216
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

20 May 19:30
1bb172b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

15 May 02:33
cd3f07b
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 2.1.0...2.1.1

2.1.0

14 May 21:15
4d63d74
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.1.0

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