Skip to content

Commit 51f2d21

Browse files
chore: release (#246)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4aacf2a commit 51f2d21

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hotfix-web-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-ui-v0.1.0...hotfix-web-ui-v0.1.1) - 2025-11-27
11+
12+
### Other
13+
14+
- release ([#245](https://github.com/Validus-Risk-Management/hotfix/pull/245))
15+
1016
## [0.1.0](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-web-ui-v0.1.0) - 2025-11-26
1117

1218
### Added

crates/hotfix-web-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hotfix-web-ui"
33
description = "Web dashboard UI components for the HotFIX engine"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/hotfix-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ui = ["dep:hotfix-web-ui"]
1919

2020
[dependencies]
2121
hotfix = { version = "0.3.1", path = "../hotfix" }
22-
hotfix-web-ui = { version = "0.1.0", path = "../hotfix-web-ui", optional = true }
22+
hotfix-web-ui = { version = "0.1.1", path = "../hotfix-web-ui", optional = true }
2323

2424
anyhow = { workspace = true }
2525
async-trait = { workspace = true }

0 commit comments

Comments
 (0)