Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Sep 27, 2023
1 parent 466ff29 commit de2b450
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## Unreleased - 11.9.2023

### Added
## v0.0.9 - 27.9.2023

- `YRoomMessage.has_edits: bool` flag indicating data changes have occurred.
- New `YRoomClientOptions`: disallow writes to document or awareness state.
- Always send awareness update after sync step 1.

## v0.0.8
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.8"
version = "0.0.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
17 changes: 5 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,22 @@ build-backend = "maturin"

[project]
name = "yroom"
version = "0.0.8"
version = "0.0.9"
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]" }
]
authors = [{ name = "Stefan Wehrmeyer", email = "[email protected]" }]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
readme = "README.md"
homepage = "https://github.com/stefanw/yroom"
repository = "https://github.com/stefanw/yroom"

[project.urls]
"Homepage" = "https://github.com/stefanw/yroom"

[tool.maturin]
features = ["pyo3/extension-module"]

[project.optional-dependencies]
test = [
"pytest",
"ypy",
"black",
"ruff",
]
test = ["pytest", "ypy", "black", "ruff"]

0 comments on commit de2b450

Please sign in to comment.