We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfef24 commit ee18d97Copy full SHA for ee18d97
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
<!-- do not remove -->
4
5
+## 2.0.6
6
+
7
+### New Features
8
9
+- new jupyter save hook to clean NBs ([#697](https://github.com/fastai/nbdev/issues/697)), thanks to [@seeM](https://github.com/seeM)
10
+- new directive `exec_doc` to auto-exec cell when building docs ([#699](https://github.com/fastai/nbdev/issues/699))
11
+- automatically escape YAML strings for title and description in frontmatter ([#691](https://github.com/fastai/nbdev/issues/691))
12
+- add `unbump` param to `nbdev_bump_version` ([#689](https://github.com/fastai/nbdev/issues/689))
13
+- install ghapi automatically ([#690](https://github.com/fastai/nbdev/issues/690))
14
15
16
## 2.0.5
17
18
### New Features
0 commit comments