diff --git a/Cargo.lock.msrv b/Cargo.lock.msrv index f007c34d90..0d3dc23a36 100644 --- a/Cargo.lock.msrv +++ b/Cargo.lock.msrv @@ -1723,7 +1723,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scylla" -version = "1.1.0" +version = "1.2.0" dependencies = [ "arc-swap", "assert_matches", @@ -1765,7 +1765,7 @@ dependencies = [ [[package]] name = "scylla-cql" -version = "1.1.0" +version = "1.2.0" dependencies = [ "assert_matches", "bigdecimal", @@ -1791,7 +1791,7 @@ dependencies = [ [[package]] name = "scylla-macros" -version = "1.1.0" +version = "1.2.0" dependencies = [ "darling", "proc-macro2", @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "scylla-proxy" -version = "0.0.3" +version = "0.0.4" dependencies = [ "assert_matches", "bigdecimal", diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 15acca19ad..61c1155658 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sphinx-docs" description = "ScyllaDB Documentation" -version = "1.1" +version = "1.2" authors = ["ScyllaDB Documentation Contributors"] package-mode = false diff --git a/docs/source/conf.py b/docs/source/conf.py index 89198a7d66..ecb978d52a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,14 +13,14 @@ # -- Global variables # Build documentation for the following tags and branches -TAGS = ['v1.0.0', 'v1.1.0'] +TAGS = ['v1.1.0', 'v1.2.0'] BRANCHES = ['main'] # Set the latest version. -LATEST_VERSION = 'v1.1.0' +LATEST_VERSION = 'v1.2.0' # Set which versions are not released yet. UNSTABLE_VERSIONS = ['main'] # Set which versions are deprecated -DEPRECATED_VERSIONS = ['v1.0.0'] +DEPRECATED_VERSIONS = ['v1.1.0'] # -- General configuration diff --git a/docs/source/quickstart/create-project.md b/docs/source/quickstart/create-project.md index 6aa7455edb..d8c30c500d 100644 --- a/docs/source/quickstart/create-project.md +++ b/docs/source/quickstart/create-project.md @@ -8,7 +8,7 @@ cargo new myproject In `Cargo.toml` add useful dependencies: ```toml [dependencies] -scylla = "1.1" +scylla = "1.2" tokio = { version = "1.12", features = ["full"] } futures = "0.3.6" uuid = "1.0" diff --git a/scylla-cql/Cargo.toml b/scylla-cql/Cargo.toml index 443b7eb987..aa52406cc7 100644 --- a/scylla-cql/Cargo.toml +++ b/scylla-cql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla-cql" -version = "1.1.0" +version = "1.2.0" edition = "2021" rust-version = "1.70" description = "CQL data types and primitives, for interacting with Scylla." @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" # Important: We use precise version of scylla-macros. This enables # us to make breaking changes in the doc(hidden) interfaces that are # used by macros. -scylla-macros = { version = "=1.1.0", path = "../scylla-macros" } +scylla-macros = { version = "=1.2.0", path = "../scylla-macros" } byteorder = "1.3.4" bytes = "1.0.1" tokio = { version = "1.40", features = ["io-util", "time"] } diff --git a/scylla-macros/Cargo.toml b/scylla-macros/Cargo.toml index c325e1a0b3..ff868ba8ae 100644 --- a/scylla-macros/Cargo.toml +++ b/scylla-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla-macros" -version = "1.1.0" +version = "1.2.0" edition = "2021" rust-version = "1.81" description = "proc macros for scylla async CQL driver" diff --git a/scylla-proxy/Cargo.toml b/scylla-proxy/Cargo.toml index f269e6edb3..ec52009041 100644 --- a/scylla-proxy/Cargo.toml +++ b/scylla-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla-proxy" -version = "0.0.3" +version = "0.0.4" edition = "2021" rust-version = "1.81" description = "Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions" @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" defaults = [] [dependencies] -scylla-cql = { version = "1.1.0", path = "../scylla-cql" } +scylla-cql = { version = "1.2.0", path = "../scylla-cql" } byteorder = "1.3.4" bytes = "1.2.0" futures = "0.3.6" diff --git a/scylla/Cargo.toml b/scylla/Cargo.toml index 7659036710..cb78772a79 100644 --- a/scylla/Cargo.toml +++ b/scylla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla" -version = "1.1.0" +version = "1.2.0" edition = "2021" rust-version = "1.81" description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandraâ„¢" @@ -43,7 +43,7 @@ metrics = ["dep:histogram"] unstable-testing = [] [dependencies] -scylla-cql = { version = "1.1.0", path = "../scylla-cql" } +scylla-cql = { version = "1.2.0", path = "../scylla-cql" } bytes = "1.0.1" futures = "0.3.6" hashbrown = "0.14" @@ -81,7 +81,7 @@ socket2 = { version = "0.5.3", features = ["all"] } num-bigint-03 = { package = "num-bigint", version = "0.3" } num-bigint-04 = { package = "num-bigint", version = "0.4" } bigdecimal-04 = { package = "bigdecimal", version = "0.4" } -scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" } +scylla-proxy = { version = "0.0.4", path = "../scylla-proxy" } ntest = "0.9.3" criterion = "0.5" tokio = { version = "1.34", features = ["test-util"] }