Releases: csala/mdformat-pyproject
Releases · csala/mdformat-pyproject
v0.1.1
What's Changed
- Makes
.mdformat.tomltake precedence by @kdeldycke in #20
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Upgrade codecov action to v5 to prevent tokenless upload error by @csala in #9
- add
py.typedby @jorenham in #5 - prefer
functools.cacheonpython>=3.9by @jorenham in #6 - Fix codecov arguments by @csala in #10
- typing fixes by @jorenham in #8
- fix: type checking import by @antazoey in #12
- Fix codecov tokenless upload on external PRs by @csala in #13
- Upgrade python versions support - drop 3.7 + 3.8 - add 3.12 + 3.13 by @csala in #15
- Fix unspecified text encoding defect by @sanmai-NL in #14
- Monkey patch to replace read_toml_opts entirely. Resolves #4 by @csala in #16
- Fix mdformat 1.0.0 compatibility by @kdeldycke in #19
- Modernize typing by @kdeldycke in #22
- Fix typos and update docs by @kdeldycke in #21
New Contributors
- @jorenham made their first contribution in #5
- @antazoey made their first contribution in #12
- @sanmai-NL made their first contribution in #14
- @kdeldycke made their first contribution in #19
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Adapt to the latest mdformat release, v0.7.19, which introduced breaking changes to some parts of the internal API that mdformat-pyproject uses to inject the options parsed from the pyproject.toml file.
What's Changed
New Contributors
Full Changelog: v0.0.1...v0.0.2