diff --git a/CHANGELOG.md b/CHANGELOG.md index 09913f4..4f72eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.11](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.10...v0.1.11) - 2025-02-13 + +### Fixed + +- fix deny errors and warns + +### Other + +- *(deps)* bump thiserror from 2.0.6 to 2.0.11 (#81) +- Fix example add mut to node ([#88](https://github.com/FalkorDB/falkordb-rs/pull/88)) +- update lock file +- *(deps)* bump redis from 0.28.1 to 0.28.2 +- Merge branch 'main' into dependabot/cargo/main/redis-0.28.1 +- Update coverage.yml +- *(deps)* bump tokio from 1.42.0 to 1.43.0 + ## [0.1.10](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.9...v0.1.10) - 2024-12-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 49ddee1..371c77d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "falkordb" -version = "0.1.10" +version = "0.1.11" dependencies = [ "approx", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 29c5c9f..88e5917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falkordb" -version = "0.1.10" +version = "0.1.11" edition = "2021" description = "A FalkorDB Rust client" homepage = "https://www.falkordb.com/"