Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions crates/hotfix-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-web-ui-v0.1.0) - 2025-11-26

### Added

- support admin actions through HTTP interface ([#244](https://github.com/Validus-Risk-Management/hotfix/pull/244))

### Other

- add test case for processing correct duplicate message ([#235](https://github.com/Validus-Risk-Management/hotfix/pull/235))
- Update README and doc comments ([#199](https://github.com/Validus-Risk-Management/hotfix/pull/199))
- Fix initial creation time setting in redb store
- Add check for code formatting
- Add code coverage badge
- Update version to 0.0.21 to release DynamoDB stores
- Prepare for 0.0.19 release
- Update README with Test Requests
- Update README with next steps
- Process backlog of messages when a resend is completed
- Update README
- Nicer API for manipulating groups and example application using repeating groups
- Add badges
- Update crates in preparation for 0.0.11 release
- Switch to internal fork of ferrumfix for message encoding and decoding
- Use fix44 types for message generation
- Prepare project for crates.io publishing
- Initial commit
2 changes: 1 addition & 1 deletion crates/hotfix-web-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
hotfix = { version = "0.3.0", path = "../hotfix" }
hotfix = { version = "0.3.1", path = "../hotfix" }

anyhow = { workspace = true }
askama = { workspace = true, features = ["serde_json"] }
Expand Down
6 changes: 6 additions & 0 deletions crates/hotfix-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-web-v0.1.0) - 2025-11-26

### Added

- support admin actions through HTTP interface ([#244](https://github.com/Validus-Risk-Management/hotfix/pull/244))

## [0.1.15](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-status-v0.1.14...hotfix-status-v0.1.15) - 2025-11-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/hotfix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
ui = ["dep:hotfix-web-ui"]

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

anyhow = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/hotfix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.3.0...hotfix-v0.3.1) - 2025-11-26

### Added

- support admin actions through HTTP interface ([#244](https://github.com/Validus-Risk-Management/hotfix/pull/244))

## [0.3.0](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-v0.2.9...hotfix-v0.3.0) - 2025-11-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/hotfix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hotfix"
description = "Buy-side FIX engine written in pure Rust"
version = "0.3.0"
version = "0.3.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down