8000 version 0.5.0 ready for release by Waidhoferj · Pull Request #51 · y-crdt/ypy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

version 0.5.0 ready for release #51

Merged
merged 2 commits into from
May 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "y-py"
version = "0.4.6"
version = "0.5.0"
authors = ["John Waidhofer <waidhoferj@gmail.com>", "Kevin Jahns <kevin.jahns@protonmail.com>", "Pierre-Olivier Simonard <pierre.olivier.simonard@gmail.com>"]
edition = "2018"
homepage = "https://github.com/y-crdt/ypy"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
0