Skip to content

Commit cc2d854

Browse files
authored
Merge pull request #43 from executablebooks/release-0.3.0
Preparation for Release v0.3.0
2 parents 08c469e + d154af5 commit cc2d854

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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 ✨

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = "v0.2.1"
5+
VERSION = "v0.3.0"
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension

0 commit comments

Comments
 (0)