File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/hatch_fancy_pypi_readme Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ The **third number** is for emergencies when we need to start branches for older
1313
1414## [ Unreleased] ( https://github.com/hynek/hatch-fancy-pypi-readme/compare/23.2.0...HEAD )
1515
16+ ### Fixed
17+
18+ - Added a default to an internal API that is used by * scikit-build-core* .
19+
1620
1721## [ 23.2.0] ( https://github.com/hynek/hatch-fancy-pypi-readme/compare/23.1.0...23.2.0 ) - 2023-12-31
1822
Original file line number Diff line number Diff line change 1515def build_text (
1616 fragments : list [Fragment ],
1717 substitutions : list [Substituter ],
18- version : str ,
18+ version : str = "" ,
1919) -> str :
20+ """
21+ Try avoiding breaking the API unnecessarily; it's used directly by
22+ scikit-build-core.
23+ """
2024 text = "" .join (f .render () for f in fragments )
2125
2226 for sub in substitutions :
You can’t perform that action at this time.
0 commit comments