File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.3.0] ( https://github.com/executablebooks/sphinx-exercise/tree/v0.3.0 ) (2021-12-07)
4+
5+ ### Improved 👌
6+
7+ This is a ** major release** as the package was extensively refactored to improve maintainability.
8+ There are very few user facing changes. The styles have been updated when
9+ including a custom title to exercise admonitions.
10+
11+ Further details of the technical changes [ can be found here] ( https://github.com/executablebooks/sphinx-exercise/pull/37#issue-1038116091 )
12+
13+
314## [ v0.2.1] ( https://github.com/executablebooks/sphinx-exercise/tree/v0.2.1 ) (2021-10-08)
415
516### New ✨
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- VERSION = "v0.2.1 "
5+ VERSION = "v0.3.0 "
66
77LONG_DESCRIPTION = """
88This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
You can’t perform that action at this time.
0 commit comments