Skip to content

Commit 9a13fad

Browse files
authored
Bump to 1.6.0 (#357)
1 parent 8a52ebc commit 9a13fad

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@ Change Log
55
This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c-autodoc.readthedocs.io/en/latest/>`_.
66
This project adheres to `Semantic Versioning <https://semver.org/>`_.
77

8-
`v1.5.1-dev`_ (unreleased)
8+
`v1.6.1-dev`_ (unreleased)
99
==========================
1010

11+
`v1.6.0`_ (2025-11-15)
12+
==========================
13+
14+
Removed
15+
-------
16+
17+
* Support for python 3.9
18+
* Support for Clang 11
19+
1120
`v1.5.0`_ (2025-03-31)
1221
==========================
1322

@@ -231,7 +240,8 @@ Fixes
231240
* Initial public release
232241

233242

234-
.. _v1.5.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...main
243+
.. _v1.6.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...main
244+
.. _v1.6.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...v1.6.0
235245
.. _v1.5.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.4.0...v1.5.0
236246
.. _v1.4.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...v1.4.0
237247
.. _v1.3.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...v1.3.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = u'Nick'
2626

2727
# The short X.Y version
28-
version = u'1.5'
28+
version = u'1.6'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.5.0'
30+
release = u'1.6.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sphinx-c-autodoc"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "A sphinx autodoc extension for c modules"
55
authors = [
66
{name="Nick"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)