You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,26 @@
1
1
# Change Log
2
2
3
+
## 0.10.1 - 2020-09-08
4
+
5
+
⬆️ UPGRADE: myst-parser v0.12.9
6
+
7
+
: Minor bug fixes and enhancements / new features
8
+
3
9
## 0.10.0 - 2020-08-28
4
10
5
11
⬆️ UPGRADE: jupyter-sphinx v0.3, jupyter-cache v0.4.1 and nbclient v0.5.
6
-
These upgrades allow for full Windows OS compatibility, and improve the stability of notebook execution on small machines.
12
+
13
+
: These upgrades allow for full Windows OS compatibility, and improve the stability of notebook execution on small machines.
7
14
8
15
👌 IMPROVE: Formatting of stderr is now similar to stdout, but with a slight red background.
9
16
10
17
🧪 TESTS: Add Windows CI
11
18
12
19
## 0.9.2 - 2020-08-27
13
20
14
-
⬆️ UPGRADE: myst-parser patch version, to ensure a few new features and bug fixes are incorporated (see its [CHANGELOG.md](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md))
21
+
⬆️ UPGRADE: myst-parser patch version
22
+
23
+
: to ensure a few new features and bug fixes are incorporated (see its [CHANGELOG.md](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md))
0 commit comments