Skip to content

Commit

Permalink
πŸš€ RELEASE: v0.17.0 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 29, 2022
1 parent 57146a5 commit 421ca2d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## v0.17.0 - 2022-29-09

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

- πŸ‘Œ IMPROVE: Replace sphinx-togglebutton with built-in functionality (#446)
This allows for tighter integration with myst-nb:

- Nicer rendering of the hidden content buttons
- Customisation of the hide/show prompts

- πŸ› FIX: Inline exec variables with multiple outputs (#440)
Previously, it was assumed that a variable evaluation would only ever create 0 or 1 outputs.
Multiple are now allowed.

- πŸ‘Œ IMPROVE: cache bust changes to CSS (#447)
- πŸ‘Œ IMPROVE: Move CSS colors to variables (#448)

## v0.16.0 - 2022-06-13

[Full changelog](https://github.com/executablebooks/MyST-NB/compare/v0.15.0...v0.16.0)
Expand Down
2 changes: 1 addition & 1 deletion myst_nb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A docutils/sphinx parser for Jupyter Notebooks."""
__version__ = "0.16.0"
__version__ = "0.17.0"


def setup(app):
Expand Down

0 comments on commit 421ca2d

Please sign in to comment.