From c4f056ad10ae8edade4458a60cdbddee616fb4b1 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 20 May 2022 16:32:04 +0200 Subject: [PATCH] Add back Changelog (#11) * Add back Changelog * Handle review comments --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c28197c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + + + + +## 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