Bump version: 0.1.5 → 0.1.6

This commit is contained in:
Lance Release
2023-06-15 16:16:03 +00:00
parent 39ed70896a
commit 71c6b8014b
4 changed files with 6 additions and 4 deletions

View File

@@ -1,10 +1,12 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
message = Bump version: {current_version} → {new_version}
tag = True
tag_name = v{new_version}
[bumpversion:file:node/package.json]
[bumpversion:file:rust/ffi/node/Cargo.toml]
[bumpversion:file:rust/vectordb/Cargo.toml]

View File

@@ -1,6 +1,6 @@
{
"name": "vectordb",
"version": "0.1.5",
"version": "0.1.6",
"description": " Serverless, low-latency vector database for AI applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
[package]
name = "vectordb-node"
version = "0.1.5"
version = "0.1.6"
description = "Serverless, low-latency vector database for AI applications"
license = "Apache-2.0"
edition = "2018"

View File

@@ -1,6 +1,6 @@
[package]
name = "vectordb"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
description = "Serverless, low-latency vector database for AI applications"
license = "Apache-2.0"