From b19bfd37ecb95fcee457ed4b4c8339a1ad9cbf1d Mon Sep 17 00:00:00 2001 From: krassowski Date: Sat, 16 Mar 2024 19:55:21 +0000 Subject: [PATCH] Publish 0.7.1 SHA256 hashes: jupyterlab_spreadsheet_editor-0.7.1-py3-none-any.whl: a83dddd4c08244834decaa37182b9f0b7f48972322afc0d6ef897ee212a6ee36 jupyterlab_spreadsheet_editor-0.7.1.tar.gz: 71b4e18dac80873f1a36ad880abb5cb2f09d957b233fafc66cdaefdeef075207 spreadsheet-editor-0.7.1.tgz: cd0e0a108b0d674ad998b96cb7cd1bfd22d3517d4faf09f5fb159469a3a9cd84 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d352af..fb74f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,22 @@ +## 0.7.1 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-spreadsheet-editor/compare/v0.6.1...06a2d2b0772ecf4308b3dc48fb13a7710e6de924)) + +### Maintenance and upkeep improvements + +- Port to JupyterLab 4 [#64](https://github.com/jupyterlab-contrib/jupyterlab-spreadsheet-editor/pull/64) ([@krassowski](https://github.com/krassowski)) + +### Other merged PRs + +- Update name of the default branch in readme and workflows [#55](https://github.com/jupyterlab-contrib/jupyterlab-spreadsheet-editor/pull/55) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-spreadsheet-editor/graphs/contributors?from=2021-09-25&to=2024-03-16&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-spreadsheet-editor+involves%3Agithub-actions+updated%3A2021-09-25..2024-03-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-spreadsheet-editor+involves%3Akrassowski+updated%3A2021-09-25..2024-03-16&type=Issues) + diff --git a/package.json b/package.json index f55e695..00fc4a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spreadsheet-editor", - "version": "0.7.0", + "version": "0.7.1", "description": "JupyterLab spreadsheet (csv/tsv) editor", "keywords": [ "jupyter",