File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
88`v1.3.0-dev `_ (unreleased)
99==========================
1010
11+ `v1.2.2 `_ (2023-06-28)
12+ ==========================
13+
14+ Fixed
15+ -----
16+
17+ * Failed parsing of enumerators which were defined based on macros `#174 `_
18+
19+ .. _#174 : https://github.com/speedyleion/sphinx-c-autodoc/issues/174
20+
1121`v1.2.1 `_ (2023-06-12)
1222==========================
1323
@@ -189,7 +199,8 @@ Fixes
189199* Initial public release
190200
191201
192- .. _v1.3.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...master
202+ .. _v1.3.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...master
203+ .. _v1.2.2 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.1...v1.2.2
193204.. _v1.2.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...v1.2.1
194205.. _v1.2.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...v1.2.0
195206.. _v1.1.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.0...v1.1.1
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = u'1.2'
2929# The full version, including alpha/beta/rc tags
30- release = u'1.2.1 '
30+ release = u'1.2.2 '
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sphinx-c-autodoc"
3- version = " 1.2.1 "
3+ version = " 1.2.2 "
44description = " A sphinx autodoc extension for c modules"
55authors = [" Nick <speedyleion@users.noreply.github.com>" ]
66license = " MIT License, The Unlicense (Unlicense)"
You can’t perform that action at this time.
0 commit comments