Skip to content

Commit 5026755

Browse files
committed
scylla: bump version to 1.0.0
1 parent b6336f8 commit 5026755

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock.msrv

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pyproject.toml

+1-1
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.15"
4+
version = "1.0"
55
authors = ["ScyllaDB Documentation Contributors"]
66
package-mode = false
77

docs/source/conf.py

+3-3
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.14.0', 'v0.15.1']
16+
TAGS = ['v0.15.1', 'v1.0.0']
1717
BRANCHES = ['main']
1818
# Set the latest version.
19-
LATEST_VERSION = 'v0.15.1'
19+
LATEST_VERSION = 'v1.0.0'
2020
# Set which versions are not released yet.
2121
UNSTABLE_VERSIONS = ['main']
2222
# Set which versions are deprecated
23-
DEPRECATED_VERSIONS = ['v0.14.0']
23+
DEPRECATED_VERSIONS = ['v0.15.1']
2424

2525
# -- General configuration
2626

docs/source/quickstart/create-project.md

+1-1
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.15"
11+
scylla = "1.0"
1212
tokio = { version = "1.12", features = ["full"] }
1313
futures = "0.3.6"
1414
uuid = "1.0"

scylla/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla"
3-
version = "0.15.0"
3+
version = "1.0.0"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandra™"

0 commit comments

Comments
 (0)