diff --git a/CHANGELOG.md b/CHANGELOG.md index 8331d13..8896d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.2.0 (2024-09-10) + +### NEW ✨ + +- Adds a minimal theme with a simpler color scheme for admonitions [\#106](https://github.com/executablebooks/sphinx-proof/pull/106) +- Support for assumption directive [\#80](https://github.com/executablebooks/sphinx-proof/pull/80) + +### Maintenance + +- Review of docs, minor maintenance and bug fix [\#105](https://github.com/executablebooks/sphinx-proof/pull/105) +- Maintenance of repository and rename `master` to `main` [\#99](https://github.com/executablebooks/sphinx-proof/pull/99) + + ## v0.1.3 (2021-10-14) ### Fixes 🐛 diff --git a/setup.py b/setup.py index b244d85..95f6773 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "v0.1.3" +VERSION = "v0.2.0" LONG_DESCRIPTION = """ This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension