Skip to content

Commit

Permalink
Bump to version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Sep 27, 2023
1 parent 3044cfc commit d876312
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.0.10 - 27.9.2023

- Make `YRoomClientOptions` picklable.

## v0.0.9 - 27.9.2023

- `YRoomMessage.has_edits: bool` flag indicating data changes have occurred.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yroom"
version = "0.0.9"
version = "0.0.10"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "yroom"
version = "0.0.9"
version = "0.0.10"
requires-python = ">=3.7"
description = "Yjs sync and awareness protocol handler for a non-editing client (e.g. server)"
authors = [{ name = "Stefan Wehrmeyer", email = "[email protected]" }]
Expand Down

0 comments on commit d876312

Please sign in to comment.