Skip to content

Commit 4aacf2a

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

7 files changed

Lines changed: 51 additions & 4 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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-web-ui-v0.1.0) - 2025-11-26
11+
12+
### Added
13+
14+
- support admin actions through HTTP interface ([#244](https://github.com/Validus-Risk-Management/hotfix/pull/244))
15+
16+
### Other
17+
18+
- add test case for processing correct duplicate message ([#235](https://github.com/Validus-Risk-Management/hotfix/pull/235))
19+
- Update README and doc comments ([#199](https://github.com/Validus-Risk-Management/hotfix/pull/199))
20+
- Fix initial creation time setting in redb store
21+
- Add check for code formatting
22+
- Add code coverage badge
23+
- Update version to 0.0.21 to release DynamoDB stores
24+
- Prepare for 0.0.19 release
25+
- Update README with Test Requests
26+
- Update README with next steps
27+
- Process backlog of messages when a resend is completed
28+
- Update README
29+
- Nicer API for manipulating groups and example application using repeating groups
30+
- Add badges
31+
- Update crates in preparation for 0.0.11 release
32+
- Switch to internal fork of ferrumfix for message encoding and decoding
33+
- Use fix44 types for message generation
34+
- Prepare project for crates.io publishing
35+
- Initial commit

crates/hotfix-web-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords.workspace = true
1212
categories.workspace = true
1313

1414
[dependencies]
15-
hotfix = { version = "0.3.0", path = "../hotfix" }
15+
hotfix = { version = "0.3.1", path = "../hotfix" }
1616

1717
anyhow = { workspace = true }
1818
askama = { workspace = true, features = ["serde_json"] }

crates/hotfix-web/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.0](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-web-v0.1.0) - 2025-11-26
11+
12+
### Added
13+
14+
- support admin actions through HTTP interface ([#244](https://github.com/Validus-Risk-Management/hotfix/pull/244))
15+
1016
## [0.1.15](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-status-v0.1.14...hotfix-status-v0.1.15) - 2025-11-26
1117

1218
### Added

crates/hotfix-web/Cargo.toml

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

2020
[dependencies]
21-
hotfix = { version = "0.3.0", path = "../hotfix" }
21+
hotfix = { version = "0.3.1", path = "../hotfix" }
2222
hotfix-web-ui = { version = "0.1.0", path = "../hotfix-web-ui", optional = true }
2323

2424
anyhow = { workspace = 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.1](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.3.0...hotfix-v0.3.1) - 2025-11-26
11+
12+
### Added
13+
14+
- support admin actions through HTTP interface ([#244](https://github.com/Validus-Risk-Management/hotfix/pull/244))
15+
1016
## [0.3.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.2.9...hotfix-v0.3.0) - 2025-11-26
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.3.0"
4+
version = "0.3.1"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)