Skip to content

Commit

Permalink
Merge pull request #487 from y-crdt/release-v0.20
Browse files Browse the repository at this point in the history
release v0.20.0
  • Loading branch information
Horusiath authored Aug 25, 2024
2 parents b442681 + e27c584 commit 318cd05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions yffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yffi"
version = "0.19.2"
version = "0.20.0"
authors = ["Kevin Jahns <kevin.jahns@protonmail.com>", "Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
keywords = ["crdt", "c-ffi", "yrs"]
edition = "2018"
Expand All @@ -12,7 +12,7 @@ description = "Bindings for the Yrs native C foreign function interface"
[dev-dependencies]

[dependencies]
yrs = { path = "../yrs", version = "0.19.2", features = ["weak"] }
yrs = { path = "../yrs", version = "0.20.0", features = ["weak"] }
serde_json = { version = "1.0" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion yrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yrs"
version = "0.19.2"
version = "0.20.0"
description = "High performance implementation of the Yjs CRDT"
license = "MIT"
authors = ["Kevin Jahns <kevin.jahns@pm.me>", "Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
Expand Down
4 changes: 2 additions & 2 deletions ywasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ywasm"
version = "0.19.2"
version = "0.20.0"
authors = ["Kevin Jahns <kevin.jahns@protonmail.com>", "Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
keywords = ["crdt", "wasm", "yrs"]
edition = "2018"
Expand All @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
yrs = { path = "../yrs", version = "0.19.2", features = ["weak"] }
yrs = { path = "../yrs", version = "0.20.0", features = ["weak"] }
wasm-bindgen = { version = "0.2" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
Expand Down

0 comments on commit 318cd05

Please sign in to comment.