Skip to content

Commit d8f3a07

Browse files
committed
Publish 4.0.0
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
1 parent 00f347a commit d8f3a07

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,33 @@
22

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

5+
## 4.0.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/compare/v3.1.0...00f347a9bb3a7dcdc6d36f14e36bd04f0cae3640))
8+
9+
### Enhancements made
10+
11+
- Update to JupyterLab 4 [#90](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/90) ([@jtpio](https://github.com/jtpio))
12+
13+
### Other merged PRs
14+
15+
- 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))
16+
- 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))
17+
- 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))
18+
- 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))
19+
- 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))
20+
- 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))
21+
- 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))
22+
- 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))
23+
- 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))
24+
- 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))
25+
- 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))
26+
- Enhance setup [#78](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy/pull/78) ([@fcollonval](https://github.com/fcollonval))
27+
28+
### Contributors to this release
29+
30+
([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))
31+
32+
[@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)
33+
534
<!-- <END NEW CHANGELOG ENTRY> -->

jupyterlab_kernelspy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = '3.1.0'
4+
__version__ = VERSION = '4.0.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-kernelspy",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "A Jupyter Lab extension for inspecting messages to/from a kernel",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)