Skip to content

Commit 0341198

Browse files
committed
scylla: bump version to 0.14.0
1 parent 229cbb4 commit 0341198

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "sphinx-docs"
33
description = "ScyllaDB Documentation"
4-
version = "0.13.2"
4+
version = "0.14"
55
authors = ["ScyllaDB Documentation Contributors"]
66

77
[tool.poetry.dependencies]

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
# -- Global variables
1414

1515
# Build documentation for the following tags and branches
16-
TAGS = ['v0.12.0', 'v0.13.2']
16+
TAGS = ['v0.13.2', 'v0.14.0']
1717
BRANCHES = ['main']
1818
# Set the latest version.
19-
LATEST_VERSION = 'v0.13.2'
19+
LATEST_VERSION = 'v0.14.0'
2020
# Set which versions are not released yet.
2121
UNSTABLE_VERSIONS = ['main']
2222
# Set which versions are deprecated
23-
DEPRECATED_VERSIONS = ['v0.12.0']
23+
DEPRECATED_VERSIONS = ['v0.13.2']
2424

2525
# -- General configuration
2626

docs/source/quickstart/create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cargo new myproject
88
In `Cargo.toml` add useful dependencies:
99
```toml
1010
[dependencies]
11-
scylla = "0.13.2"
11+
scylla = "0.14"
1212
tokio = { version = "1.12", features = ["full"] }
1313
futures = "0.3.6"
1414
uuid = "1.0"

scylla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandra™"
66
repository = "https://github.com/scylladb/scylla-rust-driver"

0 commit comments

Comments
 (0)