Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41fefcd

Browse files
committedDec 11, 2024·
scylla: bump version to 0.15.1
1 parent afa6262 commit 41fefcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

Diff for: ‎Cargo.lock.msrv

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

Diff for: ‎docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# -- Global variables
1414

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

Diff for: ‎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 = "0.15.1"
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)
Please sign in to comment.