From 48e50c7c0a3a59a85b5ab3ab503fb28849c4138b Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Wed, 25 Jan 2023 14:14:56 +0000 Subject: [PATCH] Publish 0.6.2 SHA256 hashes: jupyter_server_ydoc-0.6.2-py3-none-any.whl: 077cef88ae494b46bc0883396ed866c6d51125640c0652fa1308585a2da72209 jupyter_server_ydoc-0.6.2.tar.gz: 86c07de1cba81f707d5050deaaefd2be2d586d5f5e0563022320ab08bb787aba --- CHANGELOG.md | 20 ++++++++++++++++++-- jupyter_server_ydoc/__init__.py | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80055872..e3297c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. +## 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) + + + ## 0.6.1 ([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.6.0...c7da14326ce8af586a5282a739eef2fa4cc042ca)) @@ -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) - - ## 0.6.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.5.1...93511865dfa0b0cc16d4fd72150b824a6a5500df)) diff --git a/jupyter_server_ydoc/__init__.py b/jupyter_server_ydoc/__init__.py index b328f679..829f0ce1 100644 --- a/jupyter_server_ydoc/__init__.py +++ b/jupyter_server_ydoc/__init__.py @@ -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]]: