Skip to content

Commit 99c1830

Browse files
committed
Publish 0.7.0
SHA256 hashes: jupyter_server_fileid-0.7.0-py3-none-any.whl: 0b580a9d75cc7a7132132d6bb3faa4645e34527bff8760861e9e6de51bec7397 jupyter_server_fileid-0.7.0.tar.gz: 340e86b45875d51a60e0e93d8d3bcb609c2bc8d315ec07c003f36d561f637c0e
1 parent f42d481 commit 99c1830

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.7.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.6.0...f42d481b072f8c1a961ad8dc6c2b3ab35a6d0777))
8+
9+
### Enhancements made
10+
11+
- remove mtime fallback [#47](https://github.com/jupyter-server/jupyter_server_fileid/pull/47) ([@dlqqq](https://github.com/dlqqq))
12+
- Make ArbitraryFileIdManager filesystem-agnostic and fix Windows CI [#46](https://github.com/jupyter-server/jupyter_server_fileid/pull/46) ([@kevin-bates](https://github.com/kevin-bates))
13+
14+
### Bugs fixed
15+
16+
- Relax jupyter_events dependency requirement [#57](https://github.com/jupyter-server/jupyter_server_fileid/pull/57) ([@akchinSTC](https://github.com/akchinSTC))
17+
- Fix project URL [#55](https://github.com/jupyter-server/jupyter_server_fileid/pull/55) ([@frenzymadness](https://github.com/frenzymadness))
18+
- Make ArbitraryFileIdManager filesystem-agnostic and fix Windows CI [#46](https://github.com/jupyter-server/jupyter_server_fileid/pull/46) ([@kevin-bates](https://github.com/kevin-bates))
19+
20+
### Maintenance and upkeep improvements
21+
22+
### Other merged PRs
23+
24+
- Update check-jsonschema usage to latest style [#50](https://github.com/jupyter-server/jupyter_server_fileid/pull/50) ([@sirosen](https://github.com/sirosen))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_server_fileid/graphs/contributors?from=2022-10-28&to=2023-02-16&type=c))
29+
30+
[@akchinSTC](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3AakchinSTC+updated%3A2022-10-28..2023-02-16&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Acodecov+updated%3A2022-10-28..2023-02-16&type=Issues) | [@codecov-commenter](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Acodecov-commenter+updated%3A2022-10-28..2023-02-16&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adlqqq+updated%3A2022-10-28..2023-02-16&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Afrenzymadness+updated%3A2022-10-28..2023-02-16&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Akevin-bates+updated%3A2022-10-28..2023-02-16&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Apre-commit-ci+updated%3A2022-10-28..2023-02-16&type=Issues) | [@sirosen](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Asirosen+updated%3A2022-10-28..2023-02-16&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Awelcome+updated%3A2022-10-28..2023-02-16&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 0.6.0
635

736
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.5.0...328d893ff2323f20925e036e57eb62f302fa94e2))
@@ -22,8 +51,6 @@
2251

2352
[@codecov-commenter](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Acodecov-commenter+updated%3A2022-10-25..2022-10-28&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adlqqq+updated%3A2022-10-25..2022-10-28&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Akevin-bates+updated%3A2022-10-25..2022-10-28&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Awelcome+updated%3A2022-10-25..2022-10-28&type=Issues)
2453

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2754
## 0.5.0
2855

2956
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.4.2...d968097b42f7b4d21fd851bd69c23a34098e675a))

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.6.0"
4+
__version__ = "0.7.0"
55

66

77
def _jupyter_server_extension_points():

0 commit comments

Comments
 (0)