Skip to content

Commit 4a4fd0e

Browse files
committed
scylla: bump version to 0.11.1
1 parent 6c62b52 commit 4a4fd0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.11.0"
4+
version = "0.11.1"
55
authors = ["ScyllaDB Documentation Contributors"]
66

77
[tool.poetry.dependencies]

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# -- Global variables
1515

1616
# Build documentation for the following tags and branches
17-
TAGS = ['v0.10.1', 'v0.11.0']
17+
TAGS = ['v0.10.1', 'v0.11.1']
1818
BRANCHES = ['main']
1919
# Set the latest version.
20-
LATEST_VERSION = 'v0.11.0'
20+
LATEST_VERSION = 'v0.11.1'
2121
# Set which versions are not released yet.
2222
UNSTABLE_VERSIONS = ['main']
2323
# Set which versions are deprecated

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.11.0"
3+
version = "0.11.1"
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)