Skip to content

Commit dbb6bad

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.0...v2.0.0) (2024-12-30) ### Bug Fixes * pass None when ids vector is empty for getting embeddings ([#18](#18)) ([7b6bd81](7b6bd81)) ## [2.0.0](v1.1.0...v2.0.0) (2024-12-30) ### ⚠ BREAKING CHANGES * Update to v2 API, flatten v2 module, improve concurrency. (#17) ### 🐛 Bug Fixes * pass None when ids vector is empty for getting embeddings ([#18](#18)) ([7b6bd81](7b6bd81)) ### 📝 Documentation * Tidy README.md ([96b256c](96b256c)) ### 🧑‍💻 Code Refactoring * Update to v2 API, flatten v2 module, improve concurrency. ([#17](#17)) ([3232d8a](3232d8a))
1 parent 3232d8a commit dbb6bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Anush008", "danwritecode"]
44
description = "A Rust client library for the ChromaDB vector database."
55
edition = "2021"
66
license = "MIT"
7-
version = "1.1.0"
7+
version = "2.0.0"
88
repository = "https://github.com/Anush008/chromadb-rs/"
99

1010
[dependencies.base64]

0 commit comments

Comments
 (0)