Skip to content

Commit

Permalink
Publish 2.0.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-quickopen-2.0.1.tgz: 5f6f326616454125c0070c9fa837f2975a1bfb6a94554a6c1f1e4fc114f7dbac

jupyterlab_quickopen-2.0.1-py3-none-any.whl: 774892d8d2120ed77633e680322770282a08a0e06a24da16d8a77e58dbd424cd

jupyterlab_quickopen-2.0.1.tar.gz: f8fb41c96d103aab0710a3710526432ed7a88658aeaf6b42719f7f13f6fe313c
  • Loading branch information
jtpio committed Oct 9, 2024
1 parent 367d06e commit 09b6299
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 2.0.1

([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/v2.0.0...367d06e09d546089dfe6ea168ba7ccc91f51fcd1))

### Bugs fixed

- Ensure compatibility with both sync and async contents managers [#62](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/62) ([@yjoer](https://github.com/yjoer))

### Documentation improvements

- Add `conda-forge` install to the README [#64](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/64) ([@jtpio](https://github.com/jtpio))
- add apt.text with wamerican to add /usr/share/dict/words [#60](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/60) ([@fomightez](https://github.com/fomightez))
- Add ready badge to the README [#59](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/59) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/graphs/contributors?from=2024-09-30&to=2024-10-09&type=c))

[@fomightez](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Afomightez+updated%3A2024-09-30..2024-10-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Agithub-actions+updated%3A2024-09-30..2024-10-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Ajtpio+updated%3A2024-09-30..2024-10-09&type=Issues) | [@yjoer](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Ayjoer+updated%3A2024-09-30..2024-10-09&type=Issues)

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

## 2.0.0

([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/1.2.0...ec87ceb2cb87900d45db06f265c8ce7034caa876))
Expand Down Expand Up @@ -40,8 +62,6 @@ The shortcut to open the Quick Open widget is <kbd>Accel Ctrl P</kbd>. It can al

[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Agithub-actions+updated%3A2021-12-12..2024-09-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Ajtpio+updated%3A2021-12-12..2024-09-30&type=Issues)

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

## 1.2.0

([full changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/311f367...dd12b63))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-quickopen",
"version": "2.0.0",
"version": "2.0.1",
"description": "Quickly open a file in JupyterLab by part of its name",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 09b6299

Please sign in to comment.