File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,36 @@ Changelog
1414
1515.. towncrier release notes start
1616
17+ 0.4.1
18+ =====
19+
20+ *(2025-10-08) *
21+
22+
23+ Bug fixes
24+ ---------
25+
26+ - Fixed reference leak caused by ``Py_INCREF `` because Cython has its own reference counter systems -- by :user: `Vizonex `.
27+
28+ *Related issues and pull requests on GitHub: *
29+ :issue: `162 `.
30+
31+
32+ Contributor-facing changes
33+ --------------------------
34+
35+ - Fixes the default value for the ``os ``
36+ parameter in ``reusable-build-wheel.yml ``
37+ to be ``ubuntu-latest `` instead of
38+ ``ubuntu ``.
39+
40+ *Related issues and pull requests on GitHub: *
41+ :issue: `155 `.
42+
43+
44+ ----
45+
46+
17470.4.0
1848=====
1949
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55_PUBLIC_API = ("cached_property" , "under_cached_property" )
66
7- __version__ = "0.4.1.dev0 "
7+ __version__ = "0.4.1"
88__all__ = ()
99
1010# Imports have moved to `propcache.api` in 0.2.0+.
You can’t perform that action at this time.
0 commit comments