From ac3ea73b8f6087f4f4342bc028f56f019c31a3d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 08:41:24 +0000 Subject: [PATCH] chore(hotfix-web): release v0.1.6 --- Cargo.lock | 2 +- crates/hotfix-web/CHANGELOG.md | 6 ++++++ crates/hotfix-web/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e5941c..6c0a11a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1368,7 +1368,7 @@ dependencies = [ [[package]] name = "hotfix-web" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-trait", diff --git a/crates/hotfix-web/CHANGELOG.md b/crates/hotfix-web/CHANGELOG.md index f66ed26..8d9cad6 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.6](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.5...hotfix-web-v0.1.6) - 2026-01-21 + +### Other + +- release ([#269](https://github.com/Validus-Risk-Management/hotfix/pull/269)) + ## [0.1.5](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-web-v0.1.5) - 2026-01-20 ### Other diff --git a/crates/hotfix-web/Cargo.toml b/crates/hotfix-web/Cargo.toml index 0be902c..5e35aca 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.5" +version = "0.1.6" authors.workspace = true edition.workspace = true license.workspace = true