File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,17 @@ Change Log
55This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c-autodoc.readthedocs.io/en/latest/ >`_.
66This project adheres to `Semantic Versioning <https://semver.org/ >`_.
77
8- `v1.4 .1-dev `_ (unreleased)
8+ `v1.5 .1-dev `_ (unreleased)
99==========================
1010
11+ `v1.5.0 `_ (2025-03-31)
12+ ==========================
13+
14+ Added
15+ -----
16+
17+ * Support for Sphinx 8.2
18+
1119`v1.4.0 `_ (2024-10-16)
1220==========================
1321
@@ -223,7 +231,8 @@ Fixes
223231* Initial public release
224232
225233
226- .. _v1.4.1-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.4.0...main
234+ .. _v1.5.1-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...main
235+ .. _v1.5.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.4.0...v1.5.0
227236.. _v1.4.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...v1.4.0
228237.. _v1.3.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...v1.3.0
229238.. _v1.2.2 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.1...v1.2.2
Original file line number Diff line number Diff line change 2121# -- Project information -----------------------------------------------------
2222
2323project = u'Sphinx C Autodoc Extension'
24- copyright = u'2019-2024 , Nick'
24+ copyright = u'2019-2025 , Nick'
2525author = u'Nick'
2626
2727# The short X.Y version
28- version = u'1.4 '
28+ version = u'1.5 '
2929# The full version, including alpha/beta/rc tags
30- release = u'1.4 .0'
30+ release = u'1.5 .0'
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[project ]
22name = " sphinx-c-autodoc"
3- version = " 1.4 .0"
3+ version = " 1.5 .0"
44description = " A sphinx autodoc extension for c modules"
55authors = [
66 {name =" Nick" }
You can’t perform that action at this time.
0 commit comments