Skip to content

Commit 6ae3671

Browse files
authored
up to v1.4.0 (qdrant#2380)
1 parent e6b25c4 commit 6ae3671

File tree

6 files changed

+8259
-5
lines changed

6 files changed

+8259
-5
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qdrant"
3-
version = "1.3.2"
3+
version = "1.4.0"
44
authors = [
55
"Andrey Vasnetsov <[email protected]>",
66
"Qdrant Team <[email protected]>",

docs/redoc/default_version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const defaultApiVersion = 'v1.3.x';
1+
const defaultApiVersion = 'v1.4.x';

docs/redoc/index.html

+1
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.4.x" class="dropdown-item" type="button">v1.4.x</a>
4243
<a href="?v=v1.3.x" class="dropdown-item" type="button">v1.3.x</a>
4344
<a href="?v=v1.2.x" class="dropdown-item" type="button">v1.2.x</a>
4445
<a href="?v=v1.1.3" class="dropdown-item" type="button">v1.1.3</a>

0 commit comments

Comments
 (0)