From c82727ceb906c7a07d6b39103c7b1b251397a185 Mon Sep 17 00:00:00 2001 From: kruserr <46799551+kruserr@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:20:36 +0000 Subject: [PATCH] chore(release): prepare for v0.1.21 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 4 ++-- rapiddb-web/Cargo.toml | 2 +- rapiddb/Cargo.toml | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8e43f..8e19b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [0.1.21] - 2023-11-26 + +### Documentation + +- #15: update documentation +- #15: update documentation +- #15: add example using the db without web + +### Features + +- #15: extract api into rapiddb-web +- #15: extract api into rapiddb-web +- #15: extract api into rapiddb-web +- #15: extract api into rapiddb-web +- #15: use rapiddb-web in docker container + +### Styling + +- Fmt + +### Ci + +- #15: publish rapiddb-web seperatly + ## [0.1.20] - 2023-11-25 ### Features diff --git a/Cargo.lock b/Cargo.lock index d1f7484..002d48e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "rapiddb" -version = "0.1.20" +version = "0.1.21" dependencies = [ "async-trait", "memmap2", @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "rapiddb-web" -version = "0.1.20" +version = "0.1.21" dependencies = [ "rapiddb", "serde", diff --git a/rapiddb-web/Cargo.toml b/rapiddb-web/Cargo.toml index b2cf1ab..e87bfbd 100644 --- a/rapiddb-web/Cargo.toml +++ b/rapiddb-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb-web" -version = "0.1.20" # prepare_release.sh +version = "0.1.21" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0" diff --git a/rapiddb/Cargo.toml b/rapiddb/Cargo.toml index 99afe7a..6e0f2b0 100644 --- a/rapiddb/Cargo.toml +++ b/rapiddb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb" -version = "0.1.20" # prepare_release.sh +version = "0.1.21" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0"