From bc4b9c3b25760971bfdf53f40ecd4859957e13b1 Mon Sep 17 00:00:00 2001 From: kruserr <46799551+kruserr@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:43:45 +0000 Subject: [PATCH] chore(release): prepare for 0.1.25 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 4 ++-- rapiddb-web/Cargo.toml | 2 +- rapiddb/Cargo.toml | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e40094..64da2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.1.25] - 2024-02-23 + +### Build + +- Move files to tooling + +### Ci + +- Update to use Dockerfile in tooling and use docker cache tag +- Add missing \ +- Update release tooling +- Login to github registry before pulling cache +- Use ghcr.io +- Use new docker build +- Add tooling/Dockerfile +- Use correct secrets +- Set constraints +- Use updated actions + ## [0.1.24] - 2024-02-22 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index f442225..534242e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "rapiddb" -version = "0.1.24" +version = "0.1.25" dependencies = [ "async-trait", "memmap2", @@ -646,7 +646,7 @@ dependencies = [ [[package]] name = "rapiddb-web" -version = "0.1.24" +version = "0.1.25" dependencies = [ "rapiddb", "serde", diff --git a/rapiddb-web/Cargo.toml b/rapiddb-web/Cargo.toml index d570bf6..ab8c159 100644 --- a/rapiddb-web/Cargo.toml +++ b/rapiddb-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb-web" -version = "0.1.24" # prepare_release.sh +version = "0.1.25" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0" diff --git a/rapiddb/Cargo.toml b/rapiddb/Cargo.toml index 13ffe29..1414b09 100644 --- a/rapiddb/Cargo.toml +++ b/rapiddb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb" -version = "0.1.24" # prepare_release.sh +version = "0.1.25" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0"