Skip to content

Commit

Permalink
Update to v1.0.0 (#1434)
Browse files Browse the repository at this point in the history
* Update to v1.0.0

* resync v1.0.0 openapi
  • Loading branch information
agourlay committed Feb 8, 2023
1 parent 06dba27 commit f66031f
Show file tree
Hide file tree
Showing 6 changed files with 6,716 additions and 6 deletions.
6 changes: 3 additions & 3 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 = "0.11.7"
version = "1.0.0"
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
edition = "2021"

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 = 'v0.11.7';
const defaultApiVersion = 'v1.0.0';
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.0.0" class="dropdown-item" type="button">v1.0.0</a>
<a href="?v=v0.11.7" class="dropdown-item" type="button">v0.11.7</a>
<a href="?v=v0.11.6" class="dropdown-item" type="button">v0.11.6</a>
<a href="?v=v0.11.5" class="dropdown-item" type="button">v0.11.5</a>
Expand Down
Loading

0 comments on commit f66031f

Please sign in to comment.