Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit b9e96d1

Browse files
committed
Publish 0.8.0
SHA256 hashes: jupyterlite-xeus-python-0.8.0.tar.gz: 7ad469d39b3d88e0d439d608737d8a6a2e886a7c5b410491061be369351e5c08 jupyterlite-xeus-python-kernel-0.8.0.tgz: 985da9521163846466920cb4b4429768120fb398a962b3adf4dca6d55e8a3ba5 jupyterlite_xeus_python-0.8.0-py3-none-any.whl: 750f691523d5481746562b775511317e5f37b4943ce68c1bcbd828521b14a54f
1 parent b7c1863 commit b9e96d1

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.8.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.7.0...b7c186310b2d9158be2630b409f1df8c2b450714))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Update to `jupyterlite-core==0.1.0b20` [#118](https://github.com/jupyterlite/xeus-python-kernel/pull/118) ([@jtpio](https://github.com/jtpio))
12+
13+
### Other merged PRs
14+
15+
- Update to jlite 0.1.0 [#123](https://github.com/jupyterlite/xeus-python-kernel/pull/123) ([@martinRenou](https://github.com/martinRenou))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-03-15&to=2023-04-06&type=c))
20+
21+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-03-15..2023-04-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-03-15..2023-04-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-03-15..2023-04-06&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.7.0
626

727
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.6.3...aaad404083bef58d3421a4dab26e30c818fbb9c9))
@@ -17,8 +37,6 @@
1737

1838
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-02-15..2023-03-15&type=Issues)
1939

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2240
## 0.6.3
2341

2442
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.6.2...0ee60d33bb46a158e6f63d52e5e5fe809d47d6dd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-python-kernel",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A Python kernel for JupyterLite, powered by Xeus",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)