Skip to content

Commit

Permalink
Merge pull request #463 from y-crdt/release-v0.19
Browse files Browse the repository at this point in the history
release v0.19
  • Loading branch information
Horusiath authored Jul 4, 2024
2 parents 8bf8f01 + 0c1d382 commit e40a51a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.

2 changes: 1 addition & 1 deletion tests-wasm/package-lock.json

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.18.8"
version = "0.19.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.18.8", features = ["weak"] }
yrs = { path = "../yrs", version = "0.19.0", features = ["weak"] }

[lib]
crate-type = ["staticlib", "cdylib"]
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.18.8"
version = "0.19.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.18.8"
version = "0.19.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.18.8", features = ["weak"] }
yrs = { path = "../yrs", version = "0.19.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 e40a51a

Please sign in to comment.