Skip to content

Commit

Permalink
laplace-rs version up
Browse files Browse the repository at this point in the history
  • Loading branch information
enola-dkfz committed Dec 11, 2024
1 parent c2c5f0b commit 3807fcf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "focus"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
license = "Apache-2.0"

Expand All @@ -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"] }
Expand Down

0 comments on commit 3807fcf

Please sign in to comment.