Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Aug 19, 2022
1 parent 01d3b3b commit e27a051
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 0.9.0 (2022-08-19)
--------------------------

* Added: local KaTeX server
to dramatically speed up pre-rendering
* Added: ``katex.min.js`` and ``auto-render.min.js``
are now included in the Python package
* Added: support for Python 3.10
* Changed: use KaTeX 0.16.0
* Removed: support for Python 3.6


Version 0.8.6 (2021-05-27)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/katex.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from sphinx.util.osutil import copyfile


__version__ = '0.8.6'
__version__ = '0.9.0'
katex_version = '0.16.0'
filename_css = 'katex-math.css'
filename_autorenderer = 'katex_autorenderer.js'
Expand Down

0 comments on commit e27a051

Please sign in to comment.