Skip to content

Commit ab2ee68

Browse files
committed
Publish 0.9.1
SHA256 hashes: jupyter_server_fileid-0.9.1-py3-none-any.whl: 76dd05a45b78c7ec0cba0be98ece289984c6bcfc1ca2da216d42930e506a4d68 jupyter_server_fileid-0.9.1.tar.gz: 7486bca3acf9bbaab7ce5127f9f64d2df58f5d2de377609fb833291a7217a6a2
1 parent a5e65c9 commit ab2ee68

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 0.9.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.9.0...a5e65c99791a20e4684c55f631d2d7fef3c3fdad))
8+
9+
### Bugs fixed
10+
11+
- Add RTD config to fix CI [#73](https://github.com/jupyter-server/jupyter_server_fileid/pull/73) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Other merged PRs
14+
15+
- 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))
16+
- 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))
17+
- provides a summary description for pip [#68](https://github.com/jupyter-server/jupyter_server_fileid/pull/68) ([@stonebig](https://github.com/stonebig))
18+
19+
### Contributors to this release
20+
21+
([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))
22+
23+
[@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)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.9.0
628

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

1840
[@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)
1941

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2242
## 0.8.0
2343

2444
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.7.0...542ccebfcf7713a81a4f2fbd07e8227573c3a282))

jupyter_server_fileid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A Jupyter Server extension providing an implementation of the File ID service."""
22
from .extension import FileIdExtension
33

4-
__version__ = "0.9.0"
4+
__version__ = "0.9.1"
55

66

77
def _jupyter_server_extension_points():

0 commit comments

Comments
 (0)