From 1af2c92cdeb7ae73e666c761f291618d2eab8e4f Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 15 Nov 2025 19:49:16 -0800 Subject: [PATCH 1/3] Bump to 1.6.0 --- CHANGELOG.rst | 11 ++++++++++- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ace6057..2d74ede 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,9 +5,18 @@ Change Log This document records all notable changes to `sphinx-c-autodoc `_. This project adheres to `Semantic Versioning `_. -`v1.5.1-dev`_ (unreleased) +`v1.6.1-dev`_ (unreleased) ========================== +`v1.6.0`_ (2025-11-15) +========================== + +Removed +------- + +* Support for python 3.9 +* Support for Clang 11 + `v1.5.0`_ (2025-03-31) ========================== diff --git a/pyproject.toml b/pyproject.toml index ea22c32..828b736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sphinx-c-autodoc" -version = "1.5.0" +version = "1.6.0" description = "A sphinx autodoc extension for c modules" authors = [ {name="Nick"} From 0fde13de4618b750062f37b4fd96c38748c43aa8 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 15 Nov 2025 19:52:15 -0800 Subject: [PATCH 2/3] Pro Tip: Use Copilot more update more --- CHANGELOG.rst | 3 ++- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2d74ede..90bd2f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -240,7 +240,8 @@ Fixes * Initial public release -.. _v1.5.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...main +.. _v1.6.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...main +.. _v1.6.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...v1.6.0 .. _v1.5.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.4.0...v1.5.0 .. _v1.4.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...v1.4.0 .. _v1.3.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...v1.3.0 diff --git a/docs/conf.py b/docs/conf.py index 3915bb7..e853f4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = u'Nick' # The short X.Y version -version = u'1.5' +version = u'1.6' # The full version, including alpha/beta/rc tags -release = u'1.5.0' +release = u'1.6.0' # -- General configuration --------------------------------------------------- From 03f53f586b91ba071a069e19c6371ab62538f142 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 15 Nov 2025 19:52:33 -0800 Subject: [PATCH 3/3] bumping poms update lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 721ede2..1dc6de8 100644 --- a/uv.lock +++ b/uv.lock @@ -824,7 +824,7 @@ wheels = [ [[package]] name = "sphinx-c-autodoc" -version = "1.5.0" +version = "1.6.0" source = { editable = "." } dependencies = [ { name = "beautifulsoup4" },