File tree Expand file tree Collapse file tree 5 files changed +35
-2
lines changed Expand file tree Collapse file tree 5 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1+ ==========
2+ Change Log
3+ ==========
4+
5+ This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c-autodoc.readthedocs.io/en/latest/ >`_.
6+ This project adheres to `Semantic Versioning <https://semver.org/ >`_.
7+
8+
9+ `v0.2.0-dev `_ (unreleased)
10+ ==========================
11+
12+ `v0.1.1 `_ (2012-03-15)
13+ ======================
14+
15+ Fixes
16+ -----
17+
18+ * C module is not resolved relative to the document root,
19+ `#1 <https://github.com/speedyleion/sphinx-c-autodoc/issues/1 >`_.
20+ * C module can not be specified in a sub directory,
21+ `#2 <https://github.com/speedyleion/sphinx-c-autodoc/issues/2 >`_.
22+
23+ `v0.1.0 `_ (2020-03-07)
24+ ======================
25+
26+ * Initial public release
27+
28+
29+ .. _v0.2.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1...master
30+ .. _v0.1.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.0...v0.1.1
31+ .. _v0.1.0 : https://github.com/speedyleion/sphinx-c-autodoc/commits/v0.1.0
Original file line number Diff line number Diff line change 1+ .. include :: ../CHANGELOG.rst
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = u'0.1'
2929# The full version, including alpha/beta/rc tags
30- release = u'0.1.0 '
30+ release = u'0.1.1 '
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ C Autodoc Extension For Sphinx.
1919 configuration
2020 napoleon
2121 contributing
22+ changelog
2223
2324
2425Indices and tables
Original file line number Diff line number Diff line change 1212
1313setuptools .setup (
1414 name = "sphinx-c-autodoc" ,
15- version = "0.1.0 " ,
15+ version = "0.1.1 " ,
1616 description = "A sphinx autodoc extension for c modules" ,
1717 long_description = README ,
1818 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments