Skip to content

Commit 421ca2d

Browse files
authored
πŸš€ RELEASE: v0.17.0 (#449)
1 parent 57146a5 commit 421ca2d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## v0.17.0 - 2022-29-09
4+
5+
[Full changelog](https://github.com/executablebooks/MyST-NB/compare/v0.16.0...v0.17.0)
6+
7+
- πŸ‘Œ IMPROVE: Replace sphinx-togglebutton with built-in functionality (#446)
8+
This allows for tighter integration with myst-nb:
9+
10+
- Nicer rendering of the hidden content buttons
11+
- Customisation of the hide/show prompts
12+
13+
- πŸ› FIX: Inline exec variables with multiple outputs (#440)
14+
Previously, it was assumed that a variable evaluation would only ever create 0 or 1 outputs.
15+
Multiple are now allowed.
16+
17+
- πŸ‘Œ IMPROVE: cache bust changes to CSS (#447)
18+
- πŸ‘Œ IMPROVE: Move CSS colors to variables (#448)
19+
320
## v0.16.0 - 2022-06-13
421

522
[Full changelog](https://github.com/executablebooks/MyST-NB/compare/v0.15.0...v0.16.0)

β€Žmyst_nb/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""A docutils/sphinx parser for Jupyter Notebooks."""
2-
__version__ = "0.16.0"
2+
__version__ = "0.17.0"
33

44

55
def setup(app):

0 commit comments

Comments
Β (0)