Skip to content

Commit

Permalink
πŸš€ RELEASE: v0.17.1 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 30, 2022
1 parent bb6f5a4 commit 0f9e702
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
@@ -1,5 +1,13 @@
# Change Log

## v0.17.1 - 2022-30-09

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

- πŸ‘Œ IMPROVE: `hide-output` button (#450)
This now uses the same margin color as the cell source and, when the cell source is present, is "connected" to that, to form a single element.
See [Hide cell contents](docs/render/hiding.md) for more information.

## v0.17.0 - 2022-29-09

[Full changelog](https://github.com/executablebooks/MyST-NB/compare/v0.16.0...v0.17.0)
Expand All @@ -10,6 +18,8 @@
- Nicer rendering of the hidden content buttons
- Customisation of the hide/show prompts

See [Hide cell contents](docs/render/hiding.md) for more information.

- πŸ› 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.
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.17.0"
__version__ = "0.17.1"


def setup(app):
Expand Down

0 comments on commit 0f9e702

Please sign in to comment.