From b965f2d3acc808dcfbef8543534afb1837438939 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:21:17 +0300 Subject: [PATCH] chore: release (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acdf72..68f87b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.2...v0.1.3) - 2024-06-18 + +### Fixed +- Add codecov yaml +- outdated README + ## [0.1.2](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.1...v0.1.2) - 2024-06-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index e18a55d..28b3a75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "falkordb" -version = "0.1.2" +version = "0.1.3" dependencies = [ "parking_lot", "redis", diff --git a/Cargo.toml b/Cargo.toml index 8341db7..15d19a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falkordb" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A FalkorDB Rust client" homepage = "https://www.falkordb.com/"