From 5c9a17933d073b0a7d63ff790214816d702096bd Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 1 Aug 2024 18:56:31 +0300 Subject: [PATCH] Limbo 0.0.3 --- CHANGELOG.md | 2 +- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5690d9ef..74b93b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.0.3 - 2024-08-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5f1ae35f..3400ba7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "limbo" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "clap 4.5.8", @@ -1022,7 +1022,7 @@ dependencies = [ [[package]] name = "limbo-wasm" -version = "0.0.2" +version = "0.0.3" dependencies = [ "limbo_core", "wasm-bindgen", @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "limbo_core" -version = "0.0.2" +version = "0.0.3" dependencies = [ "cfg_block", "chrono", @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "limbo_sim" -version = "0.0.2" +version = "0.0.3" dependencies = [ "limbo_core", "rand", diff --git a/Cargo.toml b/Cargo.toml index ddb13dc0..73b9f0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ exclude = ["perf/latency/limbo"] [workspace.package] -version = "0.0.2" +version = "0.0.3" authors = ["the Limbo authors"] edition = "2021" license = "MIT"