Skip to content

Commit

Permalink
Release 0.9.10 (#129)
Browse files Browse the repository at this point in the history
* Release 0.9.10

* Update sphinxcontrib.katex version
  • Loading branch information
hagenw committed May 16, 2024
1 parent 9878455 commit 20c4aad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 0.9.10 (2024-05-16)
---------------------------

* Changed: use KaTeX 0.16.10
* Fixed: consider config value ``katex_js_path``
as path to KaTeX javascript file
when pre-rendering is selected


Version 0.9.9 (2023-10-16)
--------------------------

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


__version__ = '0.9.9'
__version__ = '0.9.10'
katex_version = '0.16.10'
filename_css = 'katex-math.css'
filename_autorenderer = 'katex_autorenderer.js'
Expand Down

0 comments on commit 20c4aad

Please sign in to comment.