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

Commit 81192e6

Browse files
committed
Release 0.6.2
1 parent 7b33a62 commit 81192e6

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.6.2
6+
7+
### Docs
8+
9+
- Update xeus-python in docs [#99](https://github.com/jupyterlite/xeus-python-kernel/pull/99) ([@martinRenou](https://github.com/martinRenou))
10+
- Add docs for making deployments [#101](https://github.com/jupyterlite/xeus-python-kernel/pull/101) ([@martinRenou](https://github.com/martinRenou))
11+
- Get rid of the dockerfile and make a dev install in the docs [#104](https://github.com/jupyterlite/xeus-python-kernel/pull/104) ([@martinRenou](https://github.com/martinRenou))
12+
- Update to jupyterlite==0.1.0b17 in the docs [#106](https://github.com/jupyterlite/xeus-python-kernel/pull/106) ([@jtpio](https://github.com/jtpio))
13+
14+
### Improvements
15+
16+
- Use shutil.which() in subprocess.check_call() when executing mamba/micromamba/conda [#103](https://github.com/jupyterlite/xeus-python-kernel/pull/103) ([@vasiljevic](https://github.com/vasiljevic))
17+
- New emscripten + Fix CI [#108](https://github.com/jupyterlite/xeus-python-kernel/pull/108) ([@DerThorsten](https://github.com/DerThorsten))
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.6.1
622

723
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.6.0...a566a1154db4df359575395ef7b76735c4e27d94))
@@ -18,8 +34,6 @@
1834

1935
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2022-12-21..2022-12-22&type=Issues)
2036

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2337
## 0.6.0
2438

2539
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.5.6...398a03532c11d843830b74e7707ef322a88589db))

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.6.1",
3+
"version": "0.6.2",
44
"description": "A Python kernel for JupyterLite, powered by Xeus",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)