Skip to content

Commit a0b3e5d

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyterlab-hybrid-kernels-0.2.0.tgz: 8fac6ab5ba5b80fc18f7678211343735b7bd0c4a30539b4e1bc4971519d664eb jupyterlab_hybrid_kernels-0.2.0-py3-none-any.whl: c99d040bf2b239c6fb3579f6e19184b16070a80f21061f11c751fde7c623773e jupyterlab_hybrid_kernels-0.2.0.tar.gz: bee93e2b142df611d6fb6f8884ceeb872ae7bd72c8f911657cf10f8a176c3947
1 parent 2490d1f commit a0b3e5d

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

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

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/compare/v0.1.2...2490d1f24f7071746dd324b345b6ec3682b52b98))
8+
9+
### Bugs fixed
10+
11+
- Fix kernel client plugin id [#17](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/17) ([@jtpio](https://github.com/jtpio))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Update to JupyterLite 0.7.0 [#20](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/20) ([@jtpio](https://github.com/jtpio))
16+
- Use Node 24 in publish-release workflow [#19](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/19) ([@jtpio](https://github.com/jtpio))
17+
- Update to JupyterLite 0.7.0 [#18](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/18) ([@jtpio](https://github.com/jtpio))
18+
- Bump glob from 10.4.5 to 10.5.0 in /ui-tests [#16](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/16) ([@dependabot](https://github.com/dependabot))
19+
- Bump brace-expansion from 2.0.1 to 2.0.2 in /ui-tests [#13](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/13) ([@dependabot](https://github.com/dependabot))
20+
- Update to JupyterLite 0.6.0 [#12](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/12) ([@jtpio](https://github.com/jtpio))
21+
- Update links [#11](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/11) ([@jtpio](https://github.com/jtpio))
22+
- Update to JupyterLite 0.6.0b0 [#7](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/7) ([@jtpio](https://github.com/jtpio))
23+
24+
### Documentation improvements
25+
26+
- Add draft badge [#10](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/10) ([@jtpio](https://github.com/jtpio))
27+
28+
### Contributors to this release
29+
30+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/graphs/contributors?from=2025-04-25&to=2025-11-26&type=c))
31+
32+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-hybrid-kernels+involves%3Adependabot+updated%3A2025-04-25..2025-11-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-hybrid-kernels+involves%3Agithub-actions+updated%3A2025-04-25..2025-11-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-hybrid-kernels+involves%3Ajtpio+updated%3A2025-04-25..2025-11-26&type=Issues)
33+
34+
<!-- <END NEW CHANGELOG ENTRY> -->
35+
536
## 0.2.0a0
637

738
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/compare/v0.1.2...1086cd6c1d6eda320f66bda5e2cb1f7acbcbb0f6))
@@ -30,8 +61,6 @@
3061

3162
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-hybrid-kernels+involves%3Adependabot+updated%3A2025-04-25..2025-11-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-hybrid-kernels+involves%3Agithub-actions+updated%3A2025-04-25..2025-11-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-hybrid-kernels+involves%3Ajtpio+updated%3A2025-04-25..2025-11-24&type=Issues)
3263

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3564
## 0.1.2
3665

3766
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/compare/v0.1.1...597cbbc5f2cc8a71b07a1c02da6a7af6e41922f1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-hybrid-kernels",
3-
"version": "0.2.0-a0",
3+
"version": "0.2.0",
44
"description": "Use in-browser and regular kernels in JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)