Skip to content

Commit

Permalink
🚀 RELEASE: v0.3.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Aug 5, 2020
1 parent 0db51e9 commit ddb33ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG

## 0.3.0 - 2020-08-05

### Improved

- Moved execution functionality from [nbconvert](https://github.com/jupyter/nbconvert) to [nbclient](https://github.com/jupyter/nbclient)
- Fixed UTF8 encoding (for Windows OS), thanks to @phaustin

### Fixed

- Moved testing from Travis CI to GitHub Actions (and added tests for Windows OS)
2 changes: 1 addition & 1 deletion jupyter_cache/__init__.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit ddb33ae

Please sign in to comment.