Skip to content

Commit

Permalink
Release candidate 0.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Feb 10, 2024
1 parent fb49ae0 commit e162793
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.3.1-rc.1

JupyterLab 4 support, require Jupyter Server (for Notebook support use NbClassic), drop support for Python 3.6.

([full changelog](https://github.com/manics/jupyter-offlinenotebook/compare/v0.2.2...v0.3.1-rc.1))

### New features

- Drop Python 3.6, test 3.12 [#565](https://github.com/manics/jupyter-offlinenotebook/pull/565) ([@manics](https://github.com/manics))
- Support JupyterLab 4, Require jupyter-server [#564](https://github.com/manics/jupyter-offlinenotebook/pull/564) ([@manics](https://github.com/manics))

### Other

- Update/fix CI, stop testing lab 2 / python 3.6 [#563](https://github.com/manics/jupyter-offlinenotebook/pull/563) ([@manics](https://github.com/manics))
- Regenerate yarn.lock [#458](https://github.com/manics/jupyter-offlinenotebook/pull/458) ([@manics](https://github.com/manics))
- Update .pre-commit-config.yaml versions [#457](https://github.com/manics/jupyter-offlinenotebook/pull/457) ([@manics](https://github.com/manics))

[@dependabot updates](https://github.com/manics/jupyter-offlinenotebook/pulls?q=is%3Apr+author%3Aapp%2Fdependabot+) have been omitted from this Changelog.

# 0.2.2 2022-01-25

([full changelog](https://github.com/manics/jupyter-offlinenotebook/compare/v0.2.1...v0.2.2))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-offlinenotebook",
"version": "0.2.2",
"version": "0.3.0rc.1",
"description": "JupyterLab offline-notebook extension.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit e162793

Please sign in to comment.