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.
- Support for Python 3.7.
24.1.0 - 2024-01-01
- Added a default to an internal API that is used by scikit-build-core.
23.2.0 - 2023-12-31
$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 of42.0
. #39
23.1.0 - 2023-05-22
- CLI support for
hatch.toml
. #27
22.8.0 - 2022-10-02
-
Added
start-at
in addition tostart-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
- 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
- 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
- Absolutely nothing – just working around the hen-egg problem to use substitutions in the PyPI readme!
22.4.0 - 2022-09-10
22.3.0 - 2022-08-06
-
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 Hatchling – Hatch’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
- We can finally use hatch-fancy-pypi-readme for our own ✨fancy✨ PyPI readme!
- Hopefully fixed readmes with emojis on Windows.
22.1.0 - 2022-08-05
- Initial release.