Skip to content

Commit ddb33ae

Browse files
authored
🚀 RELEASE: v0.3.0 (#55)
1 parent 0db51e9 commit ddb33ae

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: never import anything here, in order to maintain CLI speed
2-
__version__ = "0.2.2"
2+
__version__ = "0.3.0"
33

44

55
def get_cache(path, cache_cls=None):

0 commit comments

Comments
 (0)