diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4dabe..b3bb888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.9.0 + +([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.8.0...505806162b4df60b4cbb461cfec1266b81df32ce)) + +### Enhancements made + +- add Jupyter Releaser workflows [#65](https://github.com/jupyter-server/jupyter_server_fileid/pull/65) ([@dlqqq](https://github.com/dlqqq)) +- 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)) + +### Contributors to this release + +([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)) + +[@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) + + + ## 0.8.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.7.0...542ccebfcf7713a81a4f2fbd07e8227573c3a282)) @@ -16,8 +33,6 @@ [@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) - - ## 0.7.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.6.0...f42d481b072f8c1a961ad8dc6c2b3ab35a6d0777)) diff --git a/jupyter_server_fileid/__init__.py b/jupyter_server_fileid/__init__.py index 3d1c815..eacbbc1 100644 --- a/jupyter_server_fileid/__init__.py +++ b/jupyter_server_fileid/__init__.py @@ -1,7 +1,7 @@ """A Jupyter Server extension providing an implementation of the File ID service.""" from .extension import FileIdExtension -__version__ = "0.8.0" +__version__ = "0.9.0" def _jupyter_server_extension_points():