Skip to content

Commit

Permalink
Bump version to 1.6.0 (qdrant#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee authored Oct 9, 2023
1 parent fd4997b commit 456e48f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 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.5.1"
version = "1.6.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.5.x';
const defaultApiVersion = 'v1.6.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.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>
<a href="?v=v1.4.x" class="dropdown-item" type="button">v1.4.x</a>
<a href="?v=v1.3.x" class="dropdown-item" type="button">v1.3.x</a>
Expand Down
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.5.1"
version = "1.6.0"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
Expand Down
2 changes: 1 addition & 1 deletion tools/missed_cherry_picks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -euo pipefail

# Ignore all commits upto and including this commit hash on dev
IGNORE_UPTO=547e602ee16e039012a328b8cd9fa0f4cef975c0
IGNORE_UPTO=fac083f71571c7c437fc3c0a7b56555bda9d9a86

# Fetch latest branch info from remote
git fetch -q origin master
Expand Down

0 comments on commit 456e48f

Please sign in to comment.