Skip to content

Commit

Permalink
Bump version to 1.8.0 (#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Mar 6, 2024
1 parent 67d5bee commit e641190
Show file tree
Hide file tree
Showing 8 changed files with 10,940 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "1.7.4"
version = "1.8.0"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
Expand Down Expand Up @@ -179,4 +179,4 @@ opt-level = 3

[patch.crates-io]
# Temporary patch until <https://github.com/hyperium/tonic/pull/1401> is merged
tonic = { git = 'https://github.com/qdrant/tonic', branch = "v0.9.2-patched" }
tonic = { git = 'https://github.com/qdrant/tonic', branch = "v0.9.2-patched" }
2 changes: 1 addition & 1 deletion docs/redoc/default_version.js
@@ -1 +1 @@
const defaultApiVersion = 'v1.7.x';
const defaultApiVersion = 'v1.8.x';
1 change: 1 addition & 0 deletions docs/redoc/index.html
Expand Up @@ -39,6 +39,7 @@
</button>
<div class="dropdown-menu dropdown-menu-right">
<a href="?v=master" class="dropdown-item" type="button">master</a>
<a href="?v=v1.8.x" class="dropdown-item" type="button">v1.8.x</a>
<a href="?v=v1.7.x" class="dropdown-item" type="button">v1.7.x</a>
<a href="?v=v1.6.x" class="dropdown-item" type="button">v1.6.x</a>
<a href="?v=v1.5.x" class="dropdown-item" type="button">v1.5.x</a>
Expand Down

0 comments on commit e641190

Please sign in to comment.