Skip to content

Commit

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

pycrdt_websocket-0.12.6-py3-none-any.whl: 05b528e40c9d4b5ea5613183b677151d2ca380faa1c87d68eec4f7a938b006b8

pycrdt_websocket-0.12.6.tar.gz: 5a7b6f0dec774011d6898db3782adf7ea601f788537dc7af71dc8f06101699fe
  • Loading branch information
davidbrochart committed Dec 26, 2023
1 parent b4a55ef commit e57478a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 0.12.6

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.5...b4a55efb4eb3f9fc5191c18cbcb627129677fb10))

### Merged PRs

- Update pycrdt v0.8 [#7](https://github.com/jupyter-server/pycrdt-websocket/pull/7) ([@davidbrochart](https://github.com/davidbrochart))
- Fix README [#2](https://github.com/jupyter-server/pycrdt-websocket/pull/2) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2023-12-08&to=2023-12-26&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2023-12-08..2023-12-26&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2023-12-08..2023-12-26&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2023-12-08..2023-12-26&type=Issues)

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

## 0.12.5

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/de210d3a945eebd8cfb7907f7b10265ffc907fe1...5de0c0e3604e3b03ef396af29c0a9dc5f5425ffe))
Expand All @@ -16,8 +33,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2022-04-21..2023-12-08&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2022-04-21..2023-12-08&type=Issues)

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

## 0.12.4

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.3...5e95afd99fcc5373591876f2023b975e18fad3cb))
Expand Down
2 changes: 1 addition & 1 deletion pycrdt_websocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .websocket_server import WebsocketServer, YRoom # noqa
from .yutils import YMessageType # noqa

__version__ = "0.12.5"
__version__ = "0.12.6"

0 comments on commit e57478a

Please sign in to comment.