Skip to content

Commit

Permalink
scylla: bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Dec 18, 2023
1 parent b5faf8b commit 449ec0c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "sphinx-docs"
description = "ScyllaDB Documentation"
version = "0.9.0"
version = "0.11.0"
authors = ["ScyllaDB Documentation Contributors"]

[tool.poetry.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
# -- Global variables

# Build documentation for the following tags and branches
TAGS = ['v0.9.1', 'v0.10.1']
TAGS = ['v0.10.1', 'v0.11.0']
BRANCHES = ['main']
# Set the latest version.
LATEST_VERSION = 'v0.10.1'
LATEST_VERSION = 'v0.11.0'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['main']
# Set which versions are deprecated
DEPRECATED_VERSIONS = ['v0.9.1']
DEPRECATED_VERSIONS = ['v0.10.1']

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo new myproject
In `Cargo.toml` add useful dependencies:
```toml
[dependencies]
scylla = "0.8"
scylla = "0.11"
tokio = { version = "1.12", features = ["full"] }
futures = "0.3.6"
uuid = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion scylla/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scylla"
version = "0.9.0"
version = "0.11.0"
edition = "2021"
description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandra™"
repository = "https://github.com/scylladb/scylla-rust-driver"
Expand Down

0 comments on commit 449ec0c

Please sign in to comment.