From d69bce42d754a11793ed6033ce0feddb92c7bd6c Mon Sep 17 00:00:00 2001 From: kruserr <46799551+kruserr@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:52:00 +0000 Subject: [PATCH] chore(release): prepare for v0.1.23 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ Cargo.lock | 4 ++-- rapiddb-web/Cargo.toml | 2 +- rapiddb/Cargo.toml | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ce080..f567342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. +## [0.1.23] - 2024-01-23 + +### Documentation + +- Add dockerhub readme +- Cleanup docs to include +- Dont use arc rwlock +- Remove README suffix +- Refactor +- Add dependencies to Cargo.toml +- Update docs +- Link to further install options for rest api +- Update docs +- Update +- Update +- Update + +### Features + +- [**breaking**] Expose endpoints_with_arc_rwlock and without to make api cleaner + +### Build + +- Update gitignore +- Cargo update +- Use rust 1.75 + +### Ci + +- Add local ci script + ## [0.1.22] - 2023-11-26 ### Build diff --git a/Cargo.lock b/Cargo.lock index 9094741..95469c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "rapiddb" -version = "0.1.22" +version = "0.1.23" dependencies = [ "async-trait", "memmap2", @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "rapiddb-web" -version = "0.1.22" +version = "0.1.23" dependencies = [ "rapiddb", "serde", diff --git a/rapiddb-web/Cargo.toml b/rapiddb-web/Cargo.toml index c10ca55..2852931 100644 --- a/rapiddb-web/Cargo.toml +++ b/rapiddb-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb-web" -version = "0.1.22" # prepare_release.sh +version = "0.1.23" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0" diff --git a/rapiddb/Cargo.toml b/rapiddb/Cargo.toml index d815bae..293a031 100644 --- a/rapiddb/Cargo.toml +++ b/rapiddb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb" -version = "0.1.22" # prepare_release.sh +version = "0.1.23" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0"