diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index fbcee92..78f6ef3 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,19 +1,28 @@ -## Release 0.3.3 (current release) +## Release 0.3.4 + +### Improvements + +* Added the option to customize the href fragment of the details directive + [#26](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/26) + +### Contributors + +This release contains contributions from (in alphabetical order): + +[David Wierichs](https://github.com/dwierichs). + +## Release 0.3.3 ### Bug fixes * Fixed an issue where footnote references were being rendered without brackets. [#25](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/25) -* Added the option to customize the href fragment of the details directive - [#26](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/26) - ### Contributors This release contains contributions from (in alphabetical order): [Josh Izaac](https://github.com/josh146). -[David Wierichs](https://github.com/dwierichs). ## Release 0.3.2 diff --git a/xanadu_sphinx_theme/_version.py b/xanadu_sphinx_theme/_version.py index c82e90f..30ac05a 100644 --- a/xanadu_sphinx_theme/_version.py +++ b/xanadu_sphinx_theme/_version.py @@ -3,4 +3,4 @@ using the following format: ..[-]. """ -__version__ = "0.3.3" +__version__ = "0.3.4"