From 686dee21d1930c5ff11125a4378d10f2af4ba065 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:31:21 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 8 ++++---- crates/hotfix-message/CHANGELOG.md | 6 ++++++ crates/hotfix-message/Cargo.toml | 2 +- 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 | 7 +++++++ crates/hotfix/Cargo.toml | 6 +++--- 9 files changed, 38 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3bfefa..817a448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "hotfix" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -1357,7 +1357,7 @@ dependencies = [ [[package]] name = "hotfix-message" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "chrono", @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "hotfix-web" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "async-trait", @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "hotfix-web-ui" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "askama", diff --git a/crates/hotfix-message/CHANGELOG.md b/crates/hotfix-message/CHANGELOG.md index f0c9910..9e98b1e 100644 --- a/crates/hotfix-message/CHANGELOG.md +++ b/crates/hotfix-message/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-message-v0.3.0...hotfix-message-v0.3.1) - 2026-02-06 + +### Added + +- allow errors in message parsing and support business reject outcomes ([#304](https://github.com/Validus-Risk-Management/hotfix/pull/304)) + ## [0.3.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-message-v0.2.8...hotfix-message-v0.3.0) - 2026-01-27 ### Other diff --git a/crates/hotfix-message/Cargo.toml b/crates/hotfix-message/Cargo.toml index 183861d..d5d0f39 100644 --- a/crates/hotfix-message/Cargo.toml +++ b/crates/hotfix-message/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hotfix-message" description = "FIX messages for HotFIX." -version = "0.3.0" +version = "0.3.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/crates/hotfix-web-ui/CHANGELOG.md b/crates/hotfix-web-ui/CHANGELOG.md index 8326c60..cc04a38 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.14](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-ui-v0.1.13...hotfix-web-ui-v0.1.14) - 2026-02-06 + +### Other + +- updated the following local packages: hotfix + ## [0.1.13](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-ui-v0.1.12...hotfix-web-ui-v0.1.13) - 2026-02-03 ### Other diff --git a/crates/hotfix-web-ui/Cargo.toml b/crates/hotfix-web-ui/Cargo.toml index 70da553..368922e 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.13" +version = "0.1.14" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,7 +12,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -hotfix = { version = "0.8.0", path = "../hotfix" } +hotfix = { version = "0.9.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 aa91ed7..a442153 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.13](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.12...hotfix-web-v0.1.13) - 2026-02-06 + +### Added + +- replace anyhow errors in session layer with proper error variants ([#302](https://github.com/Validus-Risk-Management/hotfix/pull/302)) + ## [0.1.12](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.11...hotfix-web-v0.1.12) - 2026-02-03 ### Other diff --git a/crates/hotfix-web/Cargo.toml b/crates/hotfix-web/Cargo.toml index f1972b1..dbf739e 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.12" +version = "0.1.13" authors.workspace = true edition.workspace = true license.workspace = true @@ -18,8 +18,8 @@ workspace = true ui = ["dep:hotfix-web-ui"] [dependencies] -hotfix = { version = "0.8.0", path = "../hotfix" } -hotfix-web-ui = { version = "0.1.13", path = "../hotfix-web-ui", optional = true } +hotfix = { version = "0.9.0", path = "../hotfix" } +hotfix-web-ui = { version = "0.1.14", 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 ac59ea1..5e00c43 100644 --- a/crates/hotfix/CHANGELOG.md +++ b/crates/hotfix/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.8.0...hotfix-v0.9.0) - 2026-02-06 + +### Added + +- allow errors in message parsing and support business reject outcomes ([#304](https://github.com/Validus-Risk-Management/hotfix/pull/304)) +- replace anyhow errors in session layer with proper error variants ([#302](https://github.com/Validus-Risk-Management/hotfix/pull/302)) + ## [0.8.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.7.2...hotfix-v0.8.0) - 2026-02-03 ### Added diff --git a/crates/hotfix/Cargo.toml b/crates/hotfix/Cargo.toml index 12952e9..94478a1 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.8.0" +version = "0.9.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -21,7 +21,7 @@ test-utils = ["hotfix-store/test-utils"] workspace = true [dependencies] -hotfix-message = { version = "0.3.0", path = "../hotfix-message", features = ["utils-chrono"] } +hotfix-message = { version = "0.3.1", path = "../hotfix-message", features = ["utils-chrono"] } hotfix-store = { version = "0.1.1", path = "../hotfix-store" } hotfix-store-mongodb = { version = "0.1.3", path = "../hotfix-store-mongodb", optional = true } @@ -41,7 +41,7 @@ toml = { workspace = true } tracing = { workspace = true } [dev-dependencies] -hotfix-message = { version = "0.3.0", path = "../hotfix-message", features = ["fix44", "utils-chrono"] } +hotfix-message = { version = "0.3.1", path = "../hotfix-message", features = ["fix44", "utils-chrono"] } anyhow = { workspace = true } rcgen = { workspace = true }