From ceac6c5b04a9bc161aa1971f59a6ebeff763303e Mon Sep 17 00:00:00 2001 From: waidhoferj Date: Sat, 7 May 2022 15:00:37 -0700 Subject: [PATCH 1/2] version 0.5.0 ready for release --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a018852..436681d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-py" -version = "0.4.6" +version = "0.5.0" authors = ["John Waidhofer ", "Kevin Jahns ", "Pierre-Olivier Simonard "] edition = "2018" homepage = "https://github.com/y-crdt/ypy" @@ -13,8 +13,8 @@ name = "y_py" crate-type = ["cdylib"] [dependencies] -lib0 = "0.7.0" -yrs = "0.7.0" +lib0 = "0.7.1" +yrs = "0.7.1" [dependencies.pyo3] From 5640fefe182828d84d933dd320c66a310632bfc1 Mon Sep 17 00:00:00 2001 From: waidhoferj Date: Sat, 7 May 2022 15:03:13 -0700 Subject: [PATCH 2/2] updated version in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d1cf7a2..968826d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Kevin Jahns, Bartosz Sypytkowski, John Waidhofer" # The full version, including alpha/beta/rc tags -release = "0.2.2" +release = "0.5.0" # -- General configuration ---------------------------------------------------