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

Add back Changelog #11

Merged
merged 2 commits into from May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,31 @@
# Changelog

<!-- <START NEW CHANGELOG ENTRY> -->
<!-- <END NEW CHANGELOG ENTRY> -->

## v0.2.0

### What's Changed
* Add docs by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/4
* Fix build by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/5
* Add Matplotlib to the env by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/7
* Do not use xeus-python's master branch by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/8
* Simplify dockerfile by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/9
* Xeus python build addon by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/10


**Full Changelog**: https://github.com/jupyterlite/xeus-python-kernel/compare/0.1.0...0.2.0

## v0.1.0

### Contributions
* Initial version by @DerThorsten in https://github.com/jupyterlite/xeus-python-kernel/commit/d28dbc1ec9c1dca3f861d79ee5930054c00d5998
* Remove sleep + renames according to https://github.com/jupyter-xeus/xeus-python/pull/530 by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/1
* Fix README by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/2
* Add Docker build by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/3

### Contributors
* @DerThorsten started the project
* @martinRenou made their first contribution in https://github.com/jupyterlite/xeus-python-kernel/pull/1

**Full Changelog**: https://github.com/jupyterlite/xeus-python-kernel/commits/0.1.0