Skip to content

Commit af04816

Browse files
authored
RELEASE: Setup for release of v0.2.0 (#116)
1 parent 0f9ba1e commit af04816

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.2.0 (2024-09-10)
4+
5+
### NEW ✨
6+
7+
- Adds a minimal theme with a simpler color scheme for admonitions [\#106](https://github.com/executablebooks/sphinx-proof/pull/106)
8+
- Support for assumption directive [\#80](https://github.com/executablebooks/sphinx-proof/pull/80)
9+
10+
### Maintenance
11+
12+
- Review of docs, minor maintenance and bug fix [\#105](https://github.com/executablebooks/sphinx-proof/pull/105)
13+
- Maintenance of repository and rename `master` to `main` [\#99](https://github.com/executablebooks/sphinx-proof/pull/99)
14+
15+
316
## v0.1.3 (2021-10-14)
417

518
### Fixes 🐛

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.1.3"
5+
VERSION = "v0.2.0"
66

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

0 commit comments

Comments
 (0)