From 98a8385fef2861e97ed93b7de4a48b7f174a77c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Aug 2023 12:52:20 +0530 Subject: [PATCH] chore(release): 0.4.0-beta.1 [skip ci] # [0.4.0-beta.1](https://github.com/Anush008/chromadb-rs/compare/v0.3.1...v0.4.0-beta.1) (2023-08-23) ### Features * semantic releases ([9f2adf3](https://github.com/Anush008/chromadb-rs/commit/9f2adf3865849ccb00ac34fa98bdb5e5980e823f)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce71ae3..56ad7be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Anush008"] description = "A Rust client library for the ChromaDB vector database." edition = "2021" license = "MIT" -version = "0.3.1" +version = "0.4.0-beta.1" repository = "https://github.com/Anush008/chromadb-rs/" [dependencies.serde]