Skip to content

Commit

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

ypy_websocket-0.12.0-py3-none-any.whl: 59ee7fec99a121078397bb4c35d6b58a436e4e113744b2ed006e90939d27b4df

ypy_websocket-0.12.0.tar.gz: c4a2d17250d5f65b690f0fd9fd920acd9cec7aa93d80b9a22bd0f73daf23f0b2
  • Loading branch information
davidbrochart committed Jun 20, 2023
1 parent 1af218b commit 4bb84be
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 @@ -2,6 +2,22 @@

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

## 0.12.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.1...1af218b034ac16d1bd20d53230e83c9570a799be))

### Merged PRs

- Start store from room, start room from server [#81](https://github.com/y-crdt/ypy-websocket/pull/81) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/y-crdt/ypy-websocket/graphs/contributors?from=2023-06-19&to=2023-06-20&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-19..2023-06-20&type=Issues)

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

## 0.11.1

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.0...55b5fb6032b8ee03f41601ea130f6eb5d29edcf2))
Expand All @@ -17,8 +33,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-16..2023-06-19&type=Issues)

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

## 0.11.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.10.0...17a2e147b34dea8b46ced173417df1f386d957ee))
Expand Down
2 changes: 1 addition & 1 deletion ypy_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.11.1"
__version__ = "0.12.0"

0 comments on commit 4bb84be

Please sign in to comment.