Skip to content

Latest commit

 

History

History
111 lines (56 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

111 lines (56 loc) · 3.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Calendar Versioning.

The first number of the version is the year. The second number is incremented with each release, starting at 1 for each year. The third number is for emergencies when we need to start branches for older releases.

24.1.0 - 2024-01-01

Fixed

  • Added a default to an internal API that is used by scikit-build-core.

23.2.0 - 2023-12-31

Added

  • $HFPR_VERSION is now replaced by the package version in the PyPI readme. The version is not available in CLI mode, therefore it's replaced by the dummy value of 42.0. #39

23.1.0 - 2023-05-22

Added

  • CLI support for hatch.toml. #27

22.8.0 - 2022-10-02

Added

  • Added start-at in addition to start-after that preserves the string that is looked for. This often removes the need for adding markers because you can define the starting point using a heading that becomes part of the fragment.

    For example: start-at = "## License" gives you ## License and everything that follows. #16

22.7.0 - 2022-09-12

Changed

  • Removed another circular dependency: this time the wonderful jsonschema. The price of building packaging tools is to not use packages.

22.6.0 - 2022-09-11

Changed

  • Unfortunately, life is unfair and depending on oneself is problematic for others packaging your code. So absolutely nothing changed again, except that we’re back to a boring PyPI readme so you don’t have to.

22.5.0 - 2022-09-10

Changed

  • Absolutely nothing – just working around the hen-egg problem to use substitutions in the PyPI readme!

22.4.0 - 2022-09-10

Added

  • It is now possible to run regular expression-based substitutions over the final readme. #9 #11

22.3.0 - 2022-08-06

Added

  • Support for Python 3.7. While our Python version only applies when building a package, a package is built whenever it is installed. This includes tox environments. hatch-fancy-pypi-readme will always at least support the same Python version as the latest version of HatchlingHatch’s build backend – does.

    To get this version out, we had to stop dog-fooding hatch-fancy-pypi-readme. 😢

22.2.0 - 2022-08-05

Changed

  • We can finally use hatch-fancy-pypi-readme for our own ✨fancy✨ PyPI readme!

Fixed

  • Hopefully fixed readmes with emojis on Windows.

22.1.0 - 2022-08-05

Added

  • Initial release.