Skip to content

Commit

Permalink
Publish 4.0.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-kernelspy-4.0.0.tgz: 5e2aa3ff93ad850359f6d304baa8da2f8cb83c776f9bf9856cebc8a03d26cb45

jupyterlab_kernelspy-4.0.0-py3-none-any.whl: 967b6b1ec1ed3e412921957a8303370a61110d7ec25e839e60d4297a5f8da014

jupyterlab_kernelspy-4.0.0.tar.gz: f36ed0f1adf0adfa99ff30eaa88e4fcef645c6822588eefb8c0bb08a18929aa0
  • Loading branch information
martinRenou committed Aug 30, 2023
1 parent 00f347a commit d8f3a07
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,33 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 4.0.0

([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/compare/v3.1.0...00f347a9bb3a7dcdc6d36f14e36bd04f0cae3640))

### Enhancements made

- Update to JupyterLab 4 [#90](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/90) ([@jtpio](https://github.com/jtpio))

### Other merged PRs

- Bump word-wrap from 1.2.3 to 1.2.4 [#89](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/89) ([@dependabot](https://github.com/dependabot))
- Bump semver from 5.7.1 to 5.7.2 [#88](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/88) ([@dependabot](https://github.com/dependabot))
- Bump webpack from 5.37.1 to 5.76.1 [#87](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/87) ([@dependabot](https://github.com/dependabot))
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [#86](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/86) ([@dependabot](https://github.com/dependabot))
- Bump json5 from 1.0.1 to 1.0.2 [#85](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/85) ([@dependabot](https://github.com/dependabot))
- Bump minimatch from 3.0.4 to 3.1.2 [#84](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/84) ([@dependabot](https://github.com/dependabot))
- Bump loader-utils from 1.4.1 to 1.4.2 [#83](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/83) ([@dependabot](https://github.com/dependabot))
- Bump loader-utils from 1.4.0 to 1.4.1 [#82](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/82) ([@dependabot](https://github.com/dependabot))
- Bump moment from 2.29.2 to 2.29.4 [#81](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/81) ([@dependabot](https://github.com/dependabot))
- Bump terser from 5.7.0 to 5.14.2 [#80](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/80) ([@dependabot](https://github.com/dependabot))
- Bump shell-quote from 1.7.2 to 1.7.3 [#79](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/79) ([@dependabot](https://github.com/dependabot))
- Enhance setup [#78](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/78) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/graphs/contributors?from=2022-04-19&to=2023-08-30&type=c))

[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-kernelspy+involves%3Adependabot+updated%3A2022-04-19..2023-08-30&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-kernelspy+involves%3Afcollonval+updated%3A2022-04-19..2023-08-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-kernelspy+involves%3Agithub-actions+updated%3A2022-04-19..2023-08-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-kernelspy+involves%3Ajtpio+updated%3A2022-04-19..2023-08-30&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion jupyterlab_kernelspy/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = '3.1.0'
__version__ = VERSION = '4.0.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-kernelspy",
"version": "3.1.0",
"version": "4.0.0",
"description": "A Jupyter Lab extension for inspecting messages to/from a kernel",
"keywords": [
"jupyter",
Expand Down

0 comments on commit d8f3a07

Please sign in to comment.