From 403e89927117c21f7c34685848cd8bbcd4e57004 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:07:37 +0200 Subject: [PATCH] chore: release v0.1.9 (#75) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bda3f5..ca60a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.8...v0.1.9) - 2024-12-04 + +### Other + +- Update dependecies ([#74](https://github.com/FalkorDB/falkordb-rs/pull/74)) +- Fix async connection leak and co ([#72](https://github.com/FalkorDB/falkordb-rs/pull/72)) + ## [0.1.8](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.7...v0.1.8) - 2024-11-14 ### Other diff --git a/Cargo.lock b/Cargo.lock index 1447f9f..65ea237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "falkordb" -version = "0.1.8" +version = "0.1.9" dependencies = [ "approx", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index f4011e5..a0f04c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falkordb" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "A FalkorDB Rust client" homepage = "https://www.falkordb.com/"