From c3c2bcb62080d5fb07de4047c1c35240074df48e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:08:17 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 8 ++++---- crates/hotfix-store-mongodb/CHANGELOG.md | 6 ++++++ crates/hotfix-store-mongodb/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 | 6 ++++++ crates/hotfix/Cargo.toml | 4 ++-- 9 files changed, 36 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90fd11e..6bc59a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "hotfix" -version = "0.7.2" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -1387,7 +1387,7 @@ dependencies = [ [[package]] name = "hotfix-store-mongodb" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-trait", "chrono", @@ -1402,7 +1402,7 @@ dependencies = [ [[package]] name = "hotfix-web" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anyhow", "async-trait", @@ -1419,7 +1419,7 @@ dependencies = [ [[package]] name = "hotfix-web-ui" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "askama", diff --git a/crates/hotfix-store-mongodb/CHANGELOG.md b/crates/hotfix-store-mongodb/CHANGELOG.md index b05615a..f13c603 100644 --- a/crates/hotfix-store-mongodb/CHANGELOG.md +++ b/crates/hotfix-store-mongodb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-store-mongodb-v0.1.2...hotfix-store-mongodb-v0.1.3) - 2026-02-03 + +### Other + +- only run mongodb tests when hotfix-store-mongodb code has changed ([#297](https://github.com/Validus-Risk-Management/hotfix/pull/297)) + ## [0.1.2](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-store-mongodb-v0.1.1...hotfix-store-mongodb-v0.1.2) - 2026-01-30 ### Added diff --git a/crates/hotfix-store-mongodb/Cargo.toml b/crates/hotfix-store-mongodb/Cargo.toml index 33625d7..f634bc6 100644 --- a/crates/hotfix-store-mongodb/Cargo.toml +++ b/crates/hotfix-store-mongodb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hotfix-store-mongodb" description = "MongoDB message store implementation for the HotFIX engine" -version = "0.1.2" +version = "0.1.3" 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 6111a95..8326c60 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.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 + +- updated the following local packages: hotfix + ## [0.1.12](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-ui-v0.1.11...hotfix-web-ui-v0.1.12) - 2026-01-30 ### Other diff --git a/crates/hotfix-web-ui/Cargo.toml b/crates/hotfix-web-ui/Cargo.toml index 769309b..70da553 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.12" +version = "0.1.13" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,7 +12,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -hotfix = { version = "0.7.2", path = "../hotfix" } +hotfix = { version = "0.8.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 5fa8ebf..aa91ed7 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.12](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.11...hotfix-web-v0.1.12) - 2026-02-03 + +### Other + +- updated the following local packages: hotfix, hotfix-web-ui + ## [0.1.11](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.10...hotfix-web-v0.1.11) - 2026-01-30 ### Other diff --git a/crates/hotfix-web/Cargo.toml b/crates/hotfix-web/Cargo.toml index 7e8343c..f1972b1 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.11" +version = "0.1.12" authors.workspace = true edition.workspace = true license.workspace = true @@ -18,8 +18,8 @@ workspace = true ui = ["dep:hotfix-web-ui"] [dependencies] -hotfix = { version = "0.7.2", path = "../hotfix" } -hotfix-web-ui = { version = "0.1.12", path = "../hotfix-web-ui", optional = true } +hotfix = { version = "0.8.0", path = "../hotfix" } +hotfix-web-ui = { version = "0.1.13", 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 833cf9b..ac59ea1 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.8.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.7.2...hotfix-v0.8.0) - 2026-02-03 + +### Added + +- return confirmation for sent app messages ([#299](https://github.com/Validus-Risk-Management/hotfix/pull/299)) + ## [0.7.2](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.7.1...hotfix-v0.7.2) - 2026-01-30 ### Other diff --git a/crates/hotfix/Cargo.toml b/crates/hotfix/Cargo.toml index 7317b49..e9ffc0b 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.7.2" +version = "0.8.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -23,7 +23,7 @@ workspace = true [dependencies] hotfix-message = { version = "0.3.0", path = "../hotfix-message", features = ["utils-chrono"] } hotfix-store = { version = "0.1.1", path = "../hotfix-store" } -hotfix-store-mongodb = { version = "0.1.2", path = "../hotfix-store-mongodb", optional = true } +hotfix-store-mongodb = { version = "0.1.3", path = "../hotfix-store-mongodb", optional = true } anyhow = { workspace = true } async-trait = { workspace = true }