We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e756b commit 4d489d2Copy full SHA for 4d489d2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [v0.3.1](https://github.com/executablebooks/sphinx-exercise/tree/v0.3.1) (2022-2-01)
4
+
5
+### Fixes 🐛
6
7
+- 🐛 FIX: Check for sphinx_exercise_registry in all registered post_tranform
8
+- 🐛 FIX: Update style for solution titles
9
10
## [v0.3.0](https://github.com/executablebooks/sphinx-exercise/tree/v0.3.0) (2021-12-07)
11
12
### Improved 👌
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-VERSION = "v0.3.0"
+VERSION = "v0.3.1"
LONG_DESCRIPTION = """
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
0 commit comments