From 462a7d24fb0988f51c27c000c8eee8b11dae9589 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 10 Feb 2024 15:56:45 +0000 Subject: [PATCH] Release candidate 0.3.0-rc.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6390a39e..3bfaff3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 0.3.0-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)) diff --git a/package.json b/package.json index 6e5b2c9b..f5c8284b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-offlinenotebook", - "version": "0.2.2", + "version": "0.3.0rc.1", "description": "JupyterLab offline-notebook extension.", "keywords": [ "jupyter",