diff --git a/Cargo.lock.msrv b/Cargo.lock.msrv index 2a35a9b5f3..b013de3de5 100644 --- a/Cargo.lock.msrv +++ b/Cargo.lock.msrv @@ -1432,7 +1432,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scylla" -version = "0.11.0" +version = "0.11.1" dependencies = [ "arc-swap", "assert_matches", diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 6e44db3302..2a2ff113a1 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sphinx-docs" description = "ScyllaDB Documentation" -version = "0.11.0" +version = "0.11.1" authors = ["ScyllaDB Documentation Contributors"] [tool.poetry.dependencies] diff --git a/docs/source/conf.py b/docs/source/conf.py index bbf58323db..9e2215e647 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,10 +14,10 @@ # -- Global variables # Build documentation for the following tags and branches -TAGS = ['v0.10.1', 'v0.11.0'] +TAGS = ['v0.10.1', 'v0.11.1'] BRANCHES = ['main'] # Set the latest version. -LATEST_VERSION = 'v0.11.0' +LATEST_VERSION = 'v0.11.1' # Set which versions are not released yet. UNSTABLE_VERSIONS = ['main'] # Set which versions are deprecated diff --git a/scylla/Cargo.toml b/scylla/Cargo.toml index 6acd62c3d8..adbb51f04a 100644 --- a/scylla/Cargo.toml +++ b/scylla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla" -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandraâ„¢" repository = "https://github.com/scylladb/scylla-rust-driver"