You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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))
0 commit comments