From 881da1a9ad52ffe47405567968251ea270cccb62 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 19 May 2022 16:51:31 +0200 Subject: [PATCH 1/2] Add back Changelog --- 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..90ad935 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + + + + +## Release 0.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 + +## Release 0.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 From 399bca61af185da10a53e843473a9dc4b89809c3 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 20 May 2022 16:16:45 +0200 Subject: [PATCH 2/2] Handle review comments --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ad935..c28197c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ -## Release 0.2.0 +## v0.2.0 ### What's Changed * Add docs by @martinRenou in https://github.com/jupyterlite/xeus-python-kernel/pull/4 @@ -16,7 +16,7 @@ **Full Changelog**: https://github.com/jupyterlite/xeus-python-kernel/compare/0.1.0...0.2.0 -## Release 0.1.0 +## v0.1.0 ### Contributions * Initial version by @DerThorsten in https://github.com/jupyterlite/xeus-python-kernel/commit/d28dbc1ec9c1dca3f861d79ee5930054c00d5998