From 1d6be083912abad012b8fd7217466ac95dced236 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:48:13 +0200 Subject: [PATCH] chore: release (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f54b16f..f9e9cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/wolf4ood/arcadedb-rs/compare/v0.0.3...v0.0.4) - 2024-09-26 + +### Other + +- fix ci +- bumped arcadedb to 24.6.1 +- *(deps)* update reqwest requirement from 0.11 to 0.12 ([#2](https://github.com/wolf4ood/arcadedb-rs/pull/2)) + ## [0.0.3](https://github.com/wolf4ood/arcadedb-rs/compare/v0.0.2...v0.0.3) - 2023-10-07 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index d938860..1c9e45c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arcadedb-rs" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "Apache-2.0" description= "A Rust client for ArcadeDB"