Skip to content

Commit e641190

Browse files
authored
Bump version to 1.8.0 (#3779)
1 parent 67d5bee commit e641190

File tree

8 files changed

+10940
-8
lines changed

8 files changed

+10940
-8
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qdrant"
3-
version = "1.7.4"
3+
version = "1.8.0"
44
authors = [
55
"Andrey Vasnetsov <andrey@vasnetsov.com>",
66
"Qdrant Team <info@qdrant.tech>",
@@ -179,4 +179,4 @@ opt-level = 3
179179

180180
[patch.crates-io]
181181
# Temporary patch until <https://github.com/hyperium/tonic/pull/1401> is merged
182-
tonic = { git = 'https://github.com/qdrant/tonic', branch = "v0.9.2-patched" }
182+
tonic = { git = 'https://github.com/qdrant/tonic', branch = "v0.9.2-patched" }

Diff for: docs/redoc/default_version.js

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

Diff for: 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.8.x" class="dropdown-item" type="button">v1.8.x</a>
4243
<a href="?v=v1.7.x" class="dropdown-item" type="button">v1.7.x</a>
4344
<a href="?v=v1.6.x" class="dropdown-item" type="button">v1.6.x</a>
4445
<a href="?v=v1.5.x" class="dropdown-item" type="button">v1.5.x</a>

0 commit comments

Comments
 (0)