Skip to content

Commit

Permalink
RELEASE: v0.1.0 (second try) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Feb 6, 2022
1 parent 713d9a5 commit b16a287
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## v0.1.0

([full changelog](https://github.com/executablebooks/sphinx-thebe/compare/v0.0.10...4d1a60c5126ce633b1a36de43b4990b2f4d08730))

**Lazy load thebe javascript** [#41](https://github.com/executablebooks/sphinx-thebe/pull/41) ([@choldgraf](https://github.com/choldgraf))

`thebe` will now "lazily load" its javascript only when a bootstrap button is pressed, rather than loading the Javascript on each page.
This saves on bandwidth and pageload speed, since Thebe is generally _not_ used on a page even if it _could_ be used.
2 changes: 1 addition & 1 deletion sphinx_thebe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from docutils import nodes
from sphinx.util import logging

__version__ = "0.0.10"
__version__ = "0.1.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b16a287

Please sign in to comment.