diff --git a/CHANGELOG.md b/CHANGELOG.md index a823cdb5a..03d4db903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -### 0.0.5 - 2024-11-18 +## 0.0.6 - 2024-11-18 + +### Fixed + +- Fix database truncation caused by `limbo-wasm` opening file in wrong mode (Pere Diaz Bou) + +## 0.0.5 - 2024-11-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8b8c3d002..14a647fd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core_tester" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "clap", @@ -1086,7 +1086,7 @@ dependencies = [ [[package]] name = "limbo" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "clap", @@ -1100,7 +1100,7 @@ dependencies = [ [[package]] name = "limbo-wasm" -version = "0.0.5" +version = "0.0.6" dependencies = [ "console_error_panic_hook", "js-sys", @@ -1110,7 +1110,7 @@ dependencies = [ [[package]] name = "limbo_core" -version = "0.0.5" +version = "0.0.6" dependencies = [ "cfg_block", "chrono", @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "limbo_sim" -version = "0.0.5" +version = "0.0.6" dependencies = [ "limbo_core", "rand", @@ -1154,7 +1154,7 @@ dependencies = [ [[package]] name = "limbo_sqlite3" -version = "0.0.5" +version = "0.0.6" dependencies = [ "cbindgen", "env_logger 0.11.5", @@ -1597,7 +1597,7 @@ dependencies = [ [[package]] name = "py-limbo" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "limbo_core", diff --git a/Cargo.toml b/Cargo.toml index ff706a3a1..227b8e684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ exclude = ["perf/latency/limbo"] [workspace.package] -version = "0.0.5" +version = "0.0.6" authors = ["the Limbo authors"] edition = "2021" license = "MIT" diff --git a/bindings/wasm/package.json b/bindings/wasm/package.json index b92824c3c..58ca188e9 100644 --- a/bindings/wasm/package.json +++ b/bindings/wasm/package.json @@ -3,7 +3,7 @@ "collaborators": [ "the Limbo authors" ], - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "repository": { "type": "git",