Skip to content

Commit 35041ee

Browse files
authored
🚀 RELEASE: Version 0.10.1 (jupyter-book#1251)
* update version and CHANGELOG * update CHANGELOG * add in other commits to CHANGELOG * fix link and PR ref
1 parent a73538c commit 35041ee

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## v0.10.1 2021-03-02
4+
5+
[full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.10.0...a73538c22d6c8c7b7b198db79ada0f801d685856) | [GitHub contributors page for this release](https://github.com/executablebooks/jupyter-book/graphs/contributors?from=2021-01-30&to=2021-03-02&type=c)
6+
7+
This is a minor update to include recent improvements made to [MyST-NB](https://github.com/executablebooks/myst-nb)
8+
9+
### New
10+
11+
1. An **experimental** MyST-NB feature that enables loading of code from a file for `code-cell` directives using a `:load: <file>` option. Additional information is available in the [myst-nb documentation](https://myst-nb.readthedocs.io/en/latest/use/markdown.html#syntax-for-code-cells)
12+
13+
### Upgrades
14+
15+
* ⬆ UPGRADE: myst-nb v0.12.0 ([#1238](https://github.com/executablebooks/jupyter-book/pull/1238), [@mmcky](https://github.com/mmcky))
16+
17+
### Maintain
18+
19+
* 🔧 MAINTAIN: Expand `jupytext` version pinning ([#1221](https://github.com/executablebooks/jupyter-book/pull/1221), [@bollwyvl](https://github.com/bollwyvl))
20+
321
## v0.10.0 2021-02-01
422

523
[full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.9.1...d3c78097edda4fefb672e32344c3806c9cdc7a72) | [GitHub contributors page for this release](https://github.com/executablebooks/jupyter-book/graphs/contributors?from=2020-12-22&to=2021-01-30&type=c)

jupyter_book/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .directive.toc import TableofContents, SwapTableOfContents
66

77

8-
__version__ = "0.10.0"
8+
__version__ = "0.10.1"
99

1010

1111
def add_static_files(app, config):

0 commit comments

Comments
 (0)