Skip to content

Commit

Permalink
🚀 RELEASE: v0.0.10 (#33)
Browse files Browse the repository at this point in the history
* 🚀 RELEASE: v0.0.10

* Update docs/changelog.md
  • Loading branch information
choldgraf committed Aug 25, 2021
1 parent ae9d35d commit 147bac6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.0.10 - 2021-08-24

([full changelog](https://github.com/executablebooks/sphinx-thebe/compare/v0.0.9...e18d1bf94a8fa79476f035a349bd63d03bba83e7))

This is a minor release to conditionally load the JS on pages that have a "launch button".
This will save some load time on non-interactive pages.

### Enhancements made

- Option to conditionally load on pages, see [documentation for details](https://sphinx-thebe.readthedocs.io/en/latest/configure.html#only-load-js-on-certain-pages) [#30](https://github.com/executablebooks/sphinx-thebe/pull/30) ([@choldgraf](https://github.com/choldgraf))

### Other merged PRs

- PIN: thebe v0.5.1 [#31](https://github.com/executablebooks/sphinx-thebe/pull/31) ([@choldgraf](https://github.com/choldgraf))

## v0.0.9 - 2021-08-21

### Updates
Expand Down
2 changes: 1 addition & 1 deletion sphinx_thebe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from docutils import nodes
from sphinx.util import logging

__version__ = "0.0.9"
__version__ = "0.0.10"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 147bac6

Please sign in to comment.