From 106ab1ff44dae89bb1997bf82c1b2ec9124b44cf Mon Sep 17 00:00:00 2001 From: Anush Date: Fri, 22 Nov 2024 10:02:46 +0000 Subject: [PATCH] chore(release): 4.1.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.1.2](https://github.com/Anush008/fastembed-rs/compare/v4.1.1...v4.1.2) (2024-11-22) ## [4.1.2](https://github.com/Anush008/fastembed-rs/compare/v4.1.1...v4.1.2) (2024-11-22) ### 🧹 Chores * Bump ort to v2.0.0-rc.9 ([#125](https://github.com/Anush008/fastembed-rs/issues/125)) ([87f4ced](https://github.com/Anush008/fastembed-rs/commit/87f4ced61fe51b93b4c4c041ceb0bd10952de38c)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2224de7..98af2bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastembed" -version = "4.1.1" +version = "4.1.2" edition = "2021" description = "Rust implementation of https://github.com/qdrant/fastembed" license = "Apache-2.0"