Skip to content

Commit

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

jupyter_server_fileid-0.9.1-py3-none-any.whl: 76dd05a45b78c7ec0cba0be98ece289984c6bcfc1ca2da216d42930e506a4d68

jupyter_server_fileid-0.9.1.tar.gz: 7486bca3acf9bbaab7ce5127f9f64d2df58f5d2de377609fb833291a7217a6a2
  • Loading branch information
Zsailer committed Dec 19, 2023
1 parent a5e65c9 commit ab2ee68
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> -->

## 0.9.1

([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.9.0...a5e65c99791a20e4684c55f631d2d7fef3c3fdad))

### Bugs fixed

- Add RTD config to fix CI [#73](https://github.com/jupyter-server/jupyter_server_fileid/pull/73) ([@dlqqq](https://github.com/dlqqq))

### Other merged PRs

- Add a simple REST API for fetching a file's ID [#72](https://github.com/jupyter-server/jupyter_server_fileid/pull/72) ([@Zsailer](https://github.com/Zsailer))
- Allow db_path to be set to ":memory:" [#70](https://github.com/jupyter-server/jupyter_server_fileid/pull/70) ([@cmd-ntrf](https://github.com/cmd-ntrf))
- provides a summary description for pip [#68](https://github.com/jupyter-server/jupyter_server_fileid/pull/68) ([@stonebig](https://github.com/stonebig))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_server_fileid/graphs/contributors?from=2023-04-09&to=2023-12-19&type=c))

[@cmd-ntrf](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Acmd-ntrf+updated%3A2023-04-09..2023-12-19&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Acodecov+updated%3A2023-04-09..2023-12-19&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adlqqq+updated%3A2023-04-09..2023-12-19&type=Issues) | [@stonebig](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Astonebig+updated%3A2023-04-09..2023-12-19&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Awelcome+updated%3A2023-04-09..2023-12-19&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3AZsailer+updated%3A2023-04-09..2023-12-19&type=Issues)

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

## 0.9.0

([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.8.0...505806162b4df60b4cbb461cfec1266b81df32ce))
Expand All @@ -17,8 +39,6 @@

[@dleen](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adleen+updated%3A2023-02-23..2023-04-09&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adlqqq+updated%3A2023-02-23..2023-04-09&type=Issues)

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

## 0.8.0

([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.7.0...542ccebfcf7713a81a4f2fbd07e8227573c3a282))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_server_fileid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A Jupyter Server extension providing an implementation of the File ID service."""
from .extension import FileIdExtension

__version__ = "0.9.0"
__version__ = "0.9.1"


def _jupyter_server_extension_points():
Expand Down

0 comments on commit ab2ee68

Please sign in to comment.