From ba84999e6fe6ac316dad34d11072eb4015db692a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:18:39 +0300 Subject: [PATCH] chore: release (#10) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2ee8f5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/FalkorDB/falkordb-rs/releases/tag/v0.1.0) - 2024-06-06 + +### Fixed +- Update readme file name before releasing, update job name ([#7](https://github.com/FalkorDB/falkordb-rs/pull/7)) +- cleaned CI and fixed Code Coverage job, which was queued indefinitely ([#5](https://github.com/FalkorDB/falkordb-rs/pull/5)) + +### Other +- Fix doctests, some more code shrinking ([#9](https://github.com/FalkorDB/falkordb-rs/pull/9)) +- Initial Development ([#1](https://github.com/FalkorDB/falkordb-rs/pull/1)) +- gitignore