diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edf11b..d1dd051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.31] - 2024-05-26 + +### Ci + +- Dont fail pipeline if codecov fails + ## [0.1.30] - 2024-05-26 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index f5b39cd..df02288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "rapiddb" -version = "0.1.30" +version = "0.1.31" dependencies = [ "async-trait", "memmap2", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "rapiddb-web" -version = "0.1.30" +version = "0.1.31" dependencies = [ "rapiddb", "serde", diff --git a/rapiddb-web/Cargo.toml b/rapiddb-web/Cargo.toml index 1d66b41..ef6b760 100644 --- a/rapiddb-web/Cargo.toml +++ b/rapiddb-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb-web" -version = "0.1.30" # prepare_release.sh +version = "0.1.31" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0" diff --git a/rapiddb/Cargo.toml b/rapiddb/Cargo.toml index 29fe058..72d0262 100644 --- a/rapiddb/Cargo.toml +++ b/rapiddb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapiddb" -version = "0.1.30" # prepare_release.sh +version = "0.1.31" # prepare_release.sh publish = true edition = "2021" license = "AGPL-3.0"