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 0db51e9 commit ddb33aeCopy full SHA for ddb33ae
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# CHANGELOG
2
+
3
+## 0.3.0 - 2020-08-05
4
5
+### Improved
6
7
+- Moved execution functionality from [nbconvert](https://github.com/jupyter/nbconvert) to [nbclient](https://github.com/jupyter/nbclient)
8
+- Fixed UTF8 encoding (for Windows OS), thanks to @phaustin
9
10
+### Fixed
11
12
+- Moved testing from Travis CI to GitHub Actions (and added tests for Windows OS)
jupyter_cache/__init__.py
@@ -1,5 +1,5 @@
# NOTE: never import anything here, in order to maintain CLI speed
-__version__ = "0.2.2"
+__version__ = "0.3.0"
def get_cache(path, cache_cls=None):
0 commit comments