Skip to content

Commit 147bac6

Browse files
authored
🚀 RELEASE: v0.0.10 (#33)
* 🚀 RELEASE: v0.0.10 * Update docs/changelog.md
1 parent ae9d35d commit 147bac6

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

docs/changelog.md

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

3+
## v0.0.10 - 2021-08-24
4+
5+
([full changelog](https://github.com/executablebooks/sphinx-thebe/compare/v0.0.9...e18d1bf94a8fa79476f035a349bd63d03bba83e7))
6+
7+
This is a minor release to conditionally load the JS on pages that have a "launch button".
8+
This will save some load time on non-interactive pages.
9+
10+
### Enhancements made
11+
12+
- 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))
13+
14+
### Other merged PRs
15+
16+
- PIN: thebe v0.5.1 [#31](https://github.com/executablebooks/sphinx-thebe/pull/31) ([@choldgraf](https://github.com/choldgraf))
17+
318
## v0.0.9 - 2021-08-21
419

520
### Updates

sphinx_thebe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from docutils import nodes
99
from sphinx.util import logging
1010

11-
__version__ = "0.0.9"
11+
__version__ = "0.0.10"
1212

1313
logger = logging.getLogger(__name__)
1414

0 commit comments

Comments
 (0)