Skip to content

Commit 7a08fb4

Browse files
authored
Bump version for 1.2.1 release (#169)
1 parent 8380627 commit 7a08fb4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
88
`v1.3.0-dev`_ (unreleased)
99
==========================
1010

11+
`v1.2.1`_ (2023-06-12)
12+
==========================
13+
14+
Fixed
15+
-----
16+
17+
* Regression for processing anonymous structs in versions of Clang prior to
18+
Clang 16. `#166`_
19+
20+
.. _#166: https://github.com/speedyleion/sphinx-c-autodoc/issues/166
21+
1122
`v1.2.0`_ (2023-06-11)
1223
==========================
1324

@@ -179,6 +190,7 @@ Fixes
179190

180191

181192
.. _v1.3.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...master
193+
.. _v1.2.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...v1.2.1
182194
.. _v1.2.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...v1.2.0
183195
.. _v1.1.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.0...v1.1.1
184196
.. _v1.1.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.0.0...v1.1.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'1.2'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.2.0'
30+
release = u'1.2.1'
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
[tool.poetry]
22
name = "sphinx-c-autodoc"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "A sphinx autodoc extension for c modules"
55
authors = ["Nick <[email protected]>"]
66
license = "MIT License, The Unlicense (Unlicense)"

0 commit comments

Comments
 (0)