- ✨ feat(changelog): add --regenerate flag for full changelog rebuild by @gaborbernat in #166
- 🐛 fix(readme): use explicit UTF-8 encoding for file operations by @gaborbernat in #165
- Release tox-toml-fmt 1.4.0 by @gaborbernat
- 📝 docs(formatting): restructure docs and fix array formatting behavior by @gaborbernat in #164
- ♻️ refactor(parser): migrate from taplo to tombi by @gaborbernat in #159
- Fix expand_tables setting for deeply nested tables (#146) by @gaborbernat in #160
- Prefer double quotes, use single quotes to avoid escaping by @gaborbernat in #162
- Fix comment before table moving incorrectly when table has comments by @gaborbernat in #158
- Add tests to improve coverage for edge cases by @gaborbernat in #155
- Fix expand_tables setting for specific sub-tables by @gaborbernat in #148
- Use RELEASE_TOKEN to bypass branch protection for releases by @gaborbernat in #147
- Generate README.rst dynamically from docs at build time by @gaborbernat in #145
- 📚 Document formatting principles and normalizations by @gaborbernat in #144
- Improve maintainalibility by @gaborbernat in #143
- Add configurable table formatting to pyproject-fmt and order tox env tables by env_list by @gaborbernat in #142
- Order tox env tables according to env_list and add codecov token by @gaborbernat in #141
- Fix comments before table headers staying with correct table by @gaborbernat in #140
- Sort subtables alphabetically within the same tool by @gaborbernat in #139
- Collapse [[project.authors]] array of tables to inline format by @gaborbernat in #137
- Bump toml-fmt-common to 1.2 by @gaborbernat in #138
- Add keyword and classifier deduplication by @gaborbernat in #133
- Fix crash on multi-line strings with line continuation by @gaborbernat in #132
- Add PEP 794 private dependency support by @gaborbernat in #131
- Fix literal strings with invalid escapes being corrupted by @gaborbernat in #130
- Remove testpaths config to fix sdist warning (#120) by @gaborbernat in #129
- Fix build requirements with duplicate package names being removed (#2) by @gaborbernat in #127
- Improve CI: add Rust coverage thresholds and prek parallel hooks by @gaborbernat in #126
- Improve GitHub Actions workflows by @gaborbernat in #125