Skip to content

Commit

Permalink
Publish 0.6.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_server_ydoc-0.6.0-py3-none-any.whl: e6b5d9e969ec032c7b824e42d4e88d4c0e2e79523d85672e7fc4315f23b562ad

jupyter_server_ydoc-0.6.0.tar.gz: 99289e6709bd44060daa9a03e87ef801347e68c5b6c063438d97ff4532039eba
  • Loading branch information
davidbrochart committed Nov 25, 2022
1 parent 9351186 commit 54a6946
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

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

## 0.6.0

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.5.1...93511865dfa0b0cc16d4fd72150b824a6a5500df))

### Enhancements made

- Remove metadata [#64](https://github.com/jupyter-server/jupyter_server_ydoc/pull/64) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_server_ydoc/graphs/contributors?from=2022-11-23&to=2022-11-25&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Adavidbrochart+updated%3A2022-11-23..2022-11-25&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.5.1

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.5.0...5d5f6dd96121beea37c4c646dd4feeb0579063fc))
Expand All @@ -24,8 +40,6 @@ All notable changes to this project will be documented in this file.

[@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Acodecov+updated%3A2022-11-22..2022-11-23&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Adavidbrochart+updated%3A2022-11-22..2022-11-23&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Apre-commit-ci+updated%3A2022-11-22..2022-11-23&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.5.0

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.4.0...a8d0e59096b313cbdfc2595a9977041162b4e6b1))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_server_ydoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .app import YDocExtension

__version__ = "0.5.1"
__version__ = "0.6.0"


def _jupyter_server_extension_points() -> List[Dict[str, Any]]:
Expand Down

0 comments on commit 54a6946

Please sign in to comment.