From 14bae267bed7494fa736ebf38ec8b4401ca60341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Przytu=C5=82a?= Date: Wed, 11 Dec 2024 15:12:54 +0100 Subject: [PATCH] scylla: bump version to 0.15.1 --- docs/source/conf.py | 4 ++-- scylla/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9e87cf1e7..b3ae513de 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,10 +13,10 @@ # -- Global variables # Build documentation for the following tags and branches -TAGS = ['v0.14.0', 'v0.15.0'] +TAGS = ['v0.14.0', 'v0.15.1'] BRANCHES = ['main'] # Set the latest version. -LATEST_VERSION = 'v0.15.0' +LATEST_VERSION = 'v0.15.1' # Set which versions are not released yet. UNSTABLE_VERSIONS = ['main'] # Set which versions are deprecated diff --git a/scylla/Cargo.toml b/scylla/Cargo.toml index 8a5bba015..c8e3382c0 100644 --- a/scylla/Cargo.toml +++ b/scylla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla" -version = "0.15.0" +version = "0.15.1" edition = "2021" rust-version = "1.70" description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandraâ„¢"