File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 77.CondaPkg /
88/jltest. *
99uv.lock
10+ docs /src /releasenotes.md
Original file line number Diff line number Diff line change 1- # Release Notes
1+ # Changelog
22
33## Unreleased
44* Minimum supported Python version is now 3.10.
55* Minimum supported Julia version is now 1.10.
66* Showing ` Py ` now respects the ` compact ` option - output is limited to a single line of
77 at most the display width.
88* Support policy now documented in the FAQ.
9+ * Added this changelog (was previously at ` docs/src/releasenotes.md ` ).
910* Bug fixes.
1011
1112## 0.9.28 (2025-09-17)
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ using Documenter, PythonCall
22
33include (" customdocs.jl" )
44
5+ # include the changelog in the docs (called release notes there)
6+ changelog = read (" CHANGELOG.md" , String)
7+ changelog = replace (changelog, " # Changelog" => " # Release Notes" )
8+ write (" docs/src/releasenotes.md" , changelog)
9+
510makedocs (
611 sitename = " PythonCall & JuliaCall" ,
712 modules = [PythonCall],
You can’t perform that action at this time.
0 commit comments