Skip to content

Commit cdcdb57

Browse files
chore: release (#243)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 704b6bc commit cdcdb57

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hotfix-status/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.15](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-status-v0.1.14...hotfix-status-v0.1.15) - 2025-11-26
11+
12+
### Added
13+
14+
- allow one off restarts with sequence number reset ([#241](https://github.com/Validus-Risk-Management/hotfix/pull/241))
15+
1016
## [0.1.14](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-status-v0.1.13...hotfix-status-v0.1.14) - 2025-11-24
1117

1218
### Other

crates/hotfix-status/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hotfix-status"
33
description = "Status endpoints and an optional web-based dashboard for the HotFIX engine"
4-
version = "0.1.14"
4+
version = "0.1.15"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true
@@ -18,7 +18,7 @@ workspace = true
1818
ui = ["askama", "mime_guess", "rust-embed"]
1919

2020
[dependencies]
21-
hotfix = { version = "0.2.9", path = "../hotfix" }
21+
hotfix = { version = "0.3.0", path = "../hotfix" }
2222

2323
anyhow = { workspace = true }
2424
askama = { workspace = true, features = ["serde_json"], optional = true }

crates/hotfix/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.3.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.2.9...hotfix-v0.3.0) - 2025-11-26
11+
12+
### Added
13+
14+
- allow one off restarts with sequence number reset ([#241](https://github.com/Validus-Risk-Management/hotfix/pull/241))
15+
1016
## [0.2.9](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.2.8...hotfix-v0.2.9) - 2025-11-24
1117

1218
### Added

crates/hotfix/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"
33
description = "Buy-side FIX engine written in pure Rust"
4-
version = "0.2.9"
4+
version = "0.3.0"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)