File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 🐛
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- VERSION = "v0.1.3 "
5+ VERSION = "v0.2.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