Skip to content

Commit 512e384

Browse files
chore: release (#187)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 67d95fd commit 512e384

6 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-message/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-message-v0.1.0...hotfix-message-v0.1.1) - 2025-09-15
11+
12+
### Added
13+
14+
- make hotfix crate versions move independently ([#186](https://github.com/Validus-Risk-Management/hotfix/pull/186))
15+
1016
## [0.0.26](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-message-v0.0.25...hotfix-message-v0.0.26) - 2025-09-08
1117

1218
### Added

crates/hotfix-message/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-message"
33
description = "FIX messages for HotFIX."
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

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.3](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-status-v0.1.2...hotfix-status-v0.1.3) - 2025-09-15
11+
12+
### Added
13+
14+
- make hotfix crate versions move independently ([#186](https://github.com/Validus-Risk-Management/hotfix/pull/186))
15+
1016
## [0.1.2](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-status-v0.1.1...hotfix-status-v0.1.2) - 2025-09-15
1117

1218
### Other

crates/hotfix-status/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-status"
33
description = "Status endpoints and an option web-based dashboard for the HotFIX engine"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/hotfix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-trait = { workspace = true }
2424
chrono = { workspace = true, features = ["serde"] }
2525
chrono-tz = { workspace = true, features = ["serde"] }
2626
futures = "^0.3.28"
27-
hotfix-message = { version = "0.1.0", path = "../hotfix-message" }
27+
hotfix-message = { version = "0.1.1", path = "../hotfix-message" }
2828
mongodb = { version = "^3.2", optional = true }
2929
pki-types = { package = "rustls-pki-types", version = "^1" }
3030
redb = { version = "^2.6", optional = true }

0 commit comments

Comments
 (0)