Skip to content

Commit c6b881b

Browse files
committed
Publish 0.2.0a0
SHA256 hashes: jupyterlab-hybrid-kernels-0.2.0-a0.tgz: 7815dd47af72ddbe71db983b27550625f2664ca94887f195bd785335e42f2f80 jupyterlab_hybrid_kernels-0.2.0a0-py3-none-any.whl: bb744e70bb17795761788d88d0fc878b83f1ef1801cede202e01438ae7717d28 jupyterlab_hybrid_kernels-0.2.0a0.tar.gz: 85577eacb7d918f21fdd7bcc40dc4c42557e476e754eced5b02184daa137d3e1
1 parent 1086cd6 commit c6b881b

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.2.0a0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/compare/v0.1.2...1086cd6c1d6eda320f66bda5e2cb1f7acbcbb0f6))
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+
- Use Node 24 in publish-release workflow [#19](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/19) ([@jtpio](https://github.com/jtpio))
16+
- Update to JupyterLite 0.7.0 [#18](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/18) ([@jtpio](https://github.com/jtpio))
17+
- 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))
18+
- 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))
19+
- Update to JupyterLite 0.6.0 [#12](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/12) ([@jtpio](https://github.com/jtpio))
20+
- Update links [#11](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/11) ([@jtpio](https://github.com/jtpio))
21+
- Update to JupyterLite 0.6.0b0 [#7](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/7) ([@jtpio](https://github.com/jtpio))
22+
23+
### Documentation improvements
24+
25+
- Add draft badge [#10](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/pull/10) ([@jtpio](https://github.com/jtpio))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/graphs/contributors?from=2025-04-25&to=2025-11-24&type=c))
30+
31+
[@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)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 0.1.2
636

737
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/compare/v0.1.1...597cbbc5f2cc8a71b07a1c02da6a7af6e41922f1))
@@ -18,8 +48,6 @@
1848

1949
[@github-actions](https://github.com/search?q=repo%3Ajtpio%2Fjupyterlab-hybrid-kernels+involves%3Agithub-actions+updated%3A2025-03-21..2025-04-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajtpio%2Fjupyterlab-hybrid-kernels+involves%3Ajtpio+updated%3A2025-03-21..2025-04-25&type=Issues)
2050

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2351
## 0.1.1
2452

2553
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-hybrid-kernels/compare/f43db63997b71315397ab85cd52315216f94ea70...e281befd30d6be4f261794b321238c452e6264e4))

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.1.2",
3+
"version": "0.2.0-a0",
44
"description": "Use in-browser and regular kernels in JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)