Skip to content

Commit

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

* Bump version number in OpenAPI spec
  • Loading branch information
timvisee authored Apr 22, 2024
1 parent 301730c commit b99d507
Show file tree
Hide file tree
Showing 8 changed files with 11,043 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.8.4"
version = "1.9.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.8.x';
const defaultApiVersion = 'v1.9.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.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>
<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>
Expand Down
Loading

0 comments on commit b99d507

Please sign in to comment.