File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
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 ) )
Original file line number Diff line number Diff line change 11"""A Jupyter Server extension providing an implementation of the File ID service."""
22from .extension import FileIdExtension
33
4- __version__ = "0.6 .0"
4+ __version__ = "0.7 .0"
55
66
77def _jupyter_server_extension_points ():
You can’t perform that action at this time.
0 commit comments