diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fccb06..2edf11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.30] - 2024-05-26 + +### Bug Fixes + +- Clippy warnings + +### Features + +- Use proper error handling in mmav and mmav_unit + +### Build + +- Cargo update +- Use rust 1.78 + ## [0.1.29] - 2024-03-05 ### Build diff --git a/Cargo.lock b/Cargo.lock index d411d87..f5b39cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "rapiddb" -version = "0.1.29" +version = "0.1.30" dependencies = [ "async-trait", "memmap2", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "rapiddb-web" -version = "0.1.29" +version = "0.1.30" dependencies = [ "rapiddb", "serde", diff --git a/rapiddb-web/Cargo.toml b/rapiddb-web/Cargo.toml index c2cc8fc..1d66b41 100644 --- a/rapiddb-web/Cargo.toml +++ b/rapiddb-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb-web" -version = "0.1.29" # prepare_release.sh +version = "0.1.30" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0" diff --git a/rapiddb/Cargo.toml b/rapiddb/Cargo.toml index f9b5420..29fe058 100644 --- a/rapiddb/Cargo.toml +++ b/rapiddb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb" -version = "0.1.29" # prepare_release.sh +version = "0.1.30" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0"