Skip to content

Commit

Permalink
Bump version for 1.2.1 release (#169)
Browse files Browse the repository at this point in the history
speedyleion authored Jun 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8380627 commit 7a08fb4
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -8,6 +8,17 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
`v1.3.0-dev`_ (unreleased)
==========================

`v1.2.1`_ (2023-06-12)
==========================

Fixed
-----

* Regression for processing anonymous structs in versions of Clang prior to
Clang 16. `#166`_

.. _#166: https://github.com/speedyleion/sphinx-c-autodoc/issues/166

`v1.2.0`_ (2023-06-11)
==========================

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


.. _v1.3.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...master
.. _v1.2.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...v1.2.1
.. _v1.2.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...v1.2.0
.. _v1.1.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.0...v1.1.1
.. _v1.1.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
# The short X.Y version
version = u'1.2'
# The full version, including alpha/beta/rc tags
release = u'1.2.0'
release = u'1.2.1'


# -- General configuration ---------------------------------------------------
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-c-autodoc"
version = "1.2.0"
version = "1.2.1"
description = "A sphinx autodoc extension for c modules"
authors = ["Nick <speedyleion@users.noreply.github.com>"]
license = "MIT License, The Unlicense (Unlicense)"

0 comments on commit 7a08fb4

Please sign in to comment.