Skip to content

Commit

Permalink
Bump version to 1.11.0 (qdrant#4865)
Browse files Browse the repository at this point in the history
* Bump version to 1.11.0

* Update missed cherry picks

* Update OpenAPI spec and redoc
  • Loading branch information
timvisee authored Aug 12, 2024
1 parent 690f4cc commit 6336395
Show file tree
Hide file tree
Showing 8 changed files with 12,656 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "1.10.1"
version = "1.11.0"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
Expand Down
2 changes: 1 addition & 1 deletion docs/redoc/default_version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const defaultApiVersion = 'v1.10.x';
const defaultApiVersion = 'v1.11.x';
1 change: 1 addition & 0 deletions docs/redoc/index.html
Original file line number Diff line number Diff line change
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.11.x" class="dropdown-item" type="button">v1.11.x</a>
<a href="?v=v1.10.x" class="dropdown-item" type="button">v1.10.x</a>
<a href="?v=v1.9.x" class="dropdown-item" type="button">v1.9.x</a>
<a href="?v=v1.8.x" class="dropdown-item" type="button">v1.8.x</a>
Expand Down
Loading

0 comments on commit 6336395

Please sign in to comment.