From 3807fcfe771d3ecf95be74c82e11476879522443 Mon Sep 17 00:00:00 2001 From: Enola Knezevic Date: Wed, 11 Dec 2024 10:46:13 +0100 Subject: [PATCH] laplace-rs version up --- CHANGELOG.md | 8 +++++++- Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e5cf1..c9673f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# Samply.Focus v0.8.0 2024-11-04 +# Samply.Focus v0.10.0 2024-12-11 + +## Major changes +* Laplace-rs version 0.5.0 (includes a statrs breaking change) + + +# Samply.Focus v0.9.0 2024-12-11 ## Major changes * EHDS2 query support diff --git a/Cargo.toml b/Cargo.toml index b9d6527..806e22b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "focus" -version = "0.9.0" +version = "0.10.0" edition = "2021" license = "Apache-2.0" @@ -16,7 +16,7 @@ chrono = "0.4.31" indexmap = "2.1.0" tokio = { version = "1.25.0", default-features = false, features = ["signal", "rt-multi-thread", "macros"] } beam-lib = { git = "https://github.com/samply/beam", branch = "develop", features = ["http-util"] } -laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.4.0" } +laplace_rs = {git = "https://github.com/samply/laplace-rs.git", tag = "v0.5.0" } uuid = "1.8.0" rand = { default-features = false, version = "0.8.5" } futures-util = { version = "0.3", default-features = false, features = ["std"] }