Skip to content

Commit

Permalink
RELEASE: Setup for release of v0.2.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Sep 10, 2024
1 parent 0f9ba1e commit af04816
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🐛
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af04816

Please sign in to comment.