From 6c04c9f1ff073f7bb6c2475392a9048979d23c06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:52:28 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 6 +++--- crates/hotfix-web-ui/CHANGELOG.md | 6 ++++++ crates/hotfix-web-ui/Cargo.toml | 4 ++-- crates/hotfix-web/CHANGELOG.md | 6 ++++++ crates/hotfix-web/Cargo.toml | 6 +++--- crates/hotfix/CHANGELOG.md | 6 ++++++ crates/hotfix/Cargo.toml | 2 +- 7 files changed, 27 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f0affb..118b753 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "hotfix" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "async-trait", @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "hotfix-web" -version = "0.1.14" +version = "0.1.15" dependencies = [ "anyhow", "async-trait", @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "hotfix-web-ui" -version = "0.1.15" +version = "0.1.16" dependencies = [ "anyhow", "askama", diff --git a/crates/hotfix-web-ui/CHANGELOG.md b/crates/hotfix-web-ui/CHANGELOG.md index f96da07..09e8d24 100644 --- a/crates/hotfix-web-ui/CHANGELOG.md +++ b/crates/hotfix-web-ui/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.16](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-ui-v0.1.15...hotfix-web-ui-v0.1.16) - 2026-02-24 + +### Other + +- updated the following local packages: hotfix + ## [0.1.15](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-ui-v0.1.14...hotfix-web-ui-v0.1.15) - 2026-02-09 ### Other diff --git a/crates/hotfix-web-ui/Cargo.toml b/crates/hotfix-web-ui/Cargo.toml index e0d99c5..ab5f8fb 100644 --- a/crates/hotfix-web-ui/Cargo.toml +++ b/crates/hotfix-web-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hotfix-web-ui" description = "Web dashboard UI components for the HotFIX engine" -version = "0.1.15" +version = "0.1.16" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,7 +12,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -hotfix = { version = "0.9.1", path = "../hotfix" } +hotfix = { version = "0.10.0", path = "../hotfix" } anyhow = { workspace = true } askama = { workspace = true, features = ["serde_json"] } diff --git a/crates/hotfix-web/CHANGELOG.md b/crates/hotfix-web/CHANGELOG.md index 59e240c..ab7d751 100644 --- a/crates/hotfix-web/CHANGELOG.md +++ b/crates/hotfix-web/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.15](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.14...hotfix-web-v0.1.15) - 2026-02-24 + +### Other + +- updated the following local packages: hotfix, hotfix-web-ui + ## [0.1.14](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.13...hotfix-web-v0.1.14) - 2026-02-09 ### Other diff --git a/crates/hotfix-web/Cargo.toml b/crates/hotfix-web/Cargo.toml index 46ee566..803b0da 100644 --- a/crates/hotfix-web/Cargo.toml +++ b/crates/hotfix-web/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hotfix-web" description = "Web API and optional dashboard for the HotFIX engine" -version = "0.1.14" +version = "0.1.15" authors.workspace = true edition.workspace = true license.workspace = true @@ -18,8 +18,8 @@ workspace = true ui = ["dep:hotfix-web-ui"] [dependencies] -hotfix = { version = "0.9.1", path = "../hotfix" } -hotfix-web-ui = { version = "0.1.15", path = "../hotfix-web-ui", optional = true } +hotfix = { version = "0.10.0", path = "../hotfix" } +hotfix-web-ui = { version = "0.1.16", path = "../hotfix-web-ui", optional = true } anyhow = { workspace = true } async-trait = { workspace = true } diff --git a/crates/hotfix/CHANGELOG.md b/crates/hotfix/CHANGELOG.md index 4c848c1..08a6b1f 100644 --- a/crates/hotfix/CHANGELOG.md +++ b/crates/hotfix/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.9.1...hotfix-v0.10.0) - 2026-02-24 + +### Fixed + +- resolve deadlock when both sides send resendrequest simultaneously ([#314](https://github.com/Validus-Risk-Management/hotfix/pull/314)) + ## [0.9.1](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.9.0...hotfix-v0.9.1) - 2026-02-09 ### Other diff --git a/crates/hotfix/Cargo.toml b/crates/hotfix/Cargo.toml index e14cc15..0fda8ba 100644 --- a/crates/hotfix/Cargo.toml +++ b/crates/hotfix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hotfix" description = "Buy-side FIX engine written in pure Rust" -version = "0.9.1" +version = "0.10.0" authors.workspace = true edition.workspace = true license.workspace = true