Skip to content

Commit 89953ac

Browse files
committed
Publish 0.9.0
SHA256 hashes: jupyter_server_fileid-0.9.0-py3-none-any.whl: 5b489c6fe6783c41174a728c7b81099608518387e53c3d53451a67f46a0cb7b0 jupyter_server_fileid-0.9.0.tar.gz: 171538b7c7d08d11dbc57d4e6da196e0c258e4c2cd29249ef1e032bb423677f8
1 parent 5058061 commit 89953ac

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## 0.9.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.8.0...505806162b4df60b4cbb461cfec1266b81df32ce))
8+
9+
### Enhancements made
10+
11+
- add Jupyter Releaser workflows [#65](https://github.com/jupyter-server/jupyter_server_fileid/pull/65) ([@dlqqq](https://github.com/dlqqq))
12+
- Fix behavior for OOB move followed by IB move [#63](https://github.com/jupyter-server/jupyter_server_fileid/pull/63) ([@dlqqq](https://github.com/dlqqq))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_server_fileid/graphs/contributors?from=2023-02-23&to=2023-04-09&type=c))
17+
18+
[@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)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.8.0
623

724
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.7.0...542ccebfcf7713a81a4f2fbd07e8227573c3a282))
@@ -16,8 +33,6 @@
1633

1734
[@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Acodecov+updated%3A2023-02-16..2023-02-23&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Akevin-bates+updated%3A2023-02-16..2023-02-23&type=Issues)
1835

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2136
## 0.7.0
2237

2338
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.6.0...f42d481b072f8c1a961ad8dc6c2b3ab35a6d0777))

jupyter_server_fileid/__init__.py

+1-1
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.8.0"
4+
__version__ = "0.9.0"
55

66

77
def _jupyter_server_extension_points():

0 commit comments

Comments
 (0)