Skip to content

Commit 137b6c1

Browse files
authored
Bump version to 1.15.0 (#6896)
* Bump version to 1.15.0 * Update missed cherry picks * Update redoc to 1.15.0
1 parent 5d47e6f commit 137b6c1

8 files changed

Lines changed: 15666 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qdrant"
3-
version = "1.14.1"
3+
version = "1.15.0"
44
description = "Qdrant - Vector Search engine"
55
authors = [
66
"Andrey Vasnetsov <[email protected]>",

docs/redoc/default_version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const defaultApiVersion = 'v1.14.x';
1+
const defaultApiVersion = 'v1.15.x';

docs/redoc/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
</button>
4040
<div class="dropdown-menu dropdown-menu-right">
4141
<a href="?v=master" class="dropdown-item" type="button">master</a>
42+
<a href="?v=v1.15.x" class="dropdown-item" type="button">v1.15.x</a>
4243
<a href="?v=v1.14.x" class="dropdown-item" type="button">v1.14.x</a>
4344
<a href="?v=v1.13.x" class="dropdown-item" type="button">v1.13.x</a>
4445
<a href="?v=v1.12.x" class="dropdown-item" type="button">v1.12.x</a>

0 commit comments

Comments
 (0)