Skip to content

Commit

Permalink
Merge pull request #579 from manics/release-0.3.1rc.1
Browse files Browse the repository at this point in the history
Release 0.3.1-rc.1
  • Loading branch information
manics authored Feb 12, 2024
2 parents 1115635 + 3a41b51 commit c9ffaf2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.3.1-rc.1 2024-02-12

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

## Bug fixes

- Use setuptools-scm to include files in sdist, switch to `python -mbuild` [#568](https://github.com/manics/jupyter-offlinenotebook/pull/568) ([@manics](https://github.com/manics))

## Other

- Add \_jupyter_server_extension_points [#578](https://github.com/manics/jupyter-offlinenotebook/pull/578) ([@manics](https://github.com/manics))
- Disable NPM in dependabot, add github actions [#577](https://github.com/manics/jupyter-offlinenotebook/pull/577) ([@manics](https://github.com/manics))

# 0.3.0 2024-02-10

JupyterLab 4 support, require Jupyter Server (for Notebook support use NbClassic), drop support for Python 3.6.
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.3.0",
"version": "0.3.1rc.1",
"description": "JupyterLab offline-notebook extension.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit c9ffaf2

Please sign in to comment.