diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d79f1..aa44105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.5...v0.1.6) - 2024-10-14 + +### Other + +- Prepare for release v0.1.6 +- Re add fields to FalkorIndex, test. +- Fix error message of ParsingArrayToStructElementCount +- Improve Vec32 parsing and add comprehensive tests +- Fix failing unit tests, add more vec32 test +- add support with the new vec32 + ## [0.1.5](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.4...v0.1.5) - 2024-08-15 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 2746739..07e096b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "falkordb" -version = "0.1.5" +version = "0.1.6" dependencies = [ "approx", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index f47fd2b..3ff17fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falkordb" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "A FalkorDB Rust client" homepage = "https://www.falkordb.com/"