diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f644460 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 2.0.1 (2021-03-17) + +- Support pagination (#36) +- Restore JS tests (#33) +- Improve CI (#32) + +## 2.0.0 + +First non-experimental release (#16) + +> Support only JupyterLab 2.x + +- Reorganize the code +- Add support for GitLab +- Replace monaco diff viewer by codemirror +- Render markdown +- Support discussion at PR level diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f9625f..239b5f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ jupyter lab --watch Releases should be cut from the GitHub Actions archive > These steps require project permissions on github.com, npmjs.com and pypi.io. -> It is recommened to start a new GitHub issue with this checklist of tasks to perform +> It is recommended to start a new GitHub issue with this checklist of tasks to perform - [ ] On a GitHub PR - [ ] bump the release numbers, as appropriate, in `_version.py` and `package.json` @@ -66,7 +66,7 @@ Releases should be cut from the GitHub Actions archive - [ ] Verify the hashsums in `SHA256SUMS` by running ```bash -# cd +# cd sha256sum * ``` @@ -77,7 +77,7 @@ sha256sum * - [ ] In your terminal, run the following ```bash -# cd +# cd twine upload *.whl *.tar.gz # login will be required npm publish *.tgz # login will be required ``` diff --git a/jupyterlab_pullrequests/_version.py b/jupyterlab_pullrequests/_version.py index 8c0d5d5..159d48b 100644 --- a/jupyterlab_pullrequests/_version.py +++ b/jupyterlab_pullrequests/_version.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1" diff --git a/package.json b/package.json index 6832f43..e4e31cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/pullrequests", - "version": "2.0.0", + "version": "2.0.1", "description": "Pull Requests for JupyterLab", "keywords": [ "jupyter",