Skip to content

Commit

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

jupyter_server_ydoc-0.6.2-py3-none-any.whl: 077cef88ae494b46bc0883396ed866c6d51125640c0652fa1308585a2da72209

jupyter_server_ydoc-0.6.2.tar.gz: 86c07de1cba81f707d5050deaaefd2be2d586d5f5e0563022320ab08bb787aba
  • Loading branch information
davidbrochart committed Jan 25, 2023
1 parent 1ead1e4 commit 48e50c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.

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

## 0.6.2

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.6.1...1ead1e4fea73b561439254d1e4df870309f304a4))

### Maintenance and upkeep improvements

- Update ydoc [#75](https://github.com/jupyter-server/jupyter_server_ydoc/pull/75) ([@hbcarlos](https://github.com/hbcarlos))
- Add target to document change callback [#72](https://github.com/jupyter-server/jupyter_server_ydoc/pull/72) ([@davidbrochart](https://github.com/davidbrochart))
- Ignore ImportWarning in PyPy tests [#71](https://github.com/jupyter-server/jupyter_server_ydoc/pull/71) ([@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-12-06&to=2023-01-25&type=c))

[@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Acodecov+updated%3A2022-12-06..2023-01-25&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Adavidbrochart+updated%3A2022-12-06..2023-01-25&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Ahbcarlos+updated%3A2022-12-06..2023-01-25&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Apre-commit-ci+updated%3A2022-12-06..2023-01-25&type=Issues)

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

## 0.6.1

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.6.0...c7da14326ce8af586a5282a739eef2fa4cc042ca))
Expand All @@ -24,8 +42,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-25..2022-12-06&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Adavidbrochart+updated%3A2022-11-25..2022-12-06&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Apre-commit-ci+updated%3A2022-11-25..2022-12-06&type=Issues)

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

## 0.6.0

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.5.1...93511865dfa0b0cc16d4fd72150b824a6a5500df))
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.6.1"
__version__ = "0.6.2"


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

0 comments on commit 48e50c7

Please sign in to comment.