Skip to content

Commit 0f9e702

Browse files
authored
πŸš€ RELEASE: v0.17.1 (#451)
1 parent bb6f5a4 commit 0f9e702

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## v0.17.1 - 2022-30-09
4+
5+
[Full changelog](https://github.com/executablebooks/MyST-NB/compare/v0.17.0...v0.17.1)
6+
7+
- πŸ‘Œ IMPROVE: `hide-output` button (#450)
8+
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.
9+
See [Hide cell contents](docs/render/hiding.md) for more information.
10+
311
## v0.17.0 - 2022-29-09
412

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

21+
See [Hide cell contents](docs/render/hiding.md) for more information.
22+
1323
- πŸ› FIX: Inline exec variables with multiple outputs (#440)
1424
Previously, it was assumed that a variable evaluation would only ever create 0 or 1 outputs.
1525
Multiple are now allowed.

β€Ž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.17.0"
2+
__version__ = "0.17.1"
33

44

55
def setup(app):

0 commit comments

Comments
Β (0)