Skip to content

Commit 3c75b1d

Browse files
chore: release (#293)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d36e9b commit 3c75b1d

6 files changed

Lines changed: 20 additions & 8 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-store-mongodb/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-store-mongodb-v0.1.0...hotfix-store-mongodb-v0.1.1) - 2026-01-30
11+
12+
### Other
13+
14+
- release ([#292](https://github.com/Validus-Risk-Management/hotfix/pull/292))
15+
1016
## [0.1.0](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-store-mongodb-v0.1.0) - 2026-01-29
1117

1218
### Added

crates/hotfix-store-mongodb/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hotfix-store-mongodb"
33
description = "MongoDB message store implementation for the hotfix FIX engine"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true
@@ -15,15 +15,15 @@ categories.workspace = true
1515
workspace = true
1616

1717
[dependencies]
18-
hotfix-store = { version = "0.1.0", path = "../hotfix-store" }
18+
hotfix-store = { version = "0.1.1", path = "../hotfix-store" }
1919
async-trait = { workspace = true }
2020
chrono = { workspace = true }
2121
futures = { workspace = true }
2222
mongodb = { workspace = true }
2323
serde = { workspace = true, features = ["derive"] }
2424

2525
[dev-dependencies]
26-
hotfix-store = { version = "0.1.0", path = "../hotfix-store", features = ["test-utils"] }
26+
hotfix-store = { version = "0.1.1", path = "../hotfix-store", features = ["test-utils"] }
2727
testcontainers = { workspace = true }
2828
tokio = { workspace = true, features = ["test-util", "rt-multi-thread", "macros"] }
2929
uuid = { workspace = true, features = ["v4"] }

crates/hotfix-store/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-store-v0.1.0...hotfix-store-v0.1.1) - 2026-01-30
11+
12+
### Other
13+
14+
- release ([#292](https://github.com/Validus-Risk-Management/hotfix/pull/292))
15+
1016
## [0.1.0](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-store-v0.1.0) - 2026-01-29
1117

1218
### Added

crates/hotfix-store/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-store"
33
description = "Message store traits and implementations 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/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ workspace = true
2222

2323
[dependencies]
2424
hotfix-message = { version = "0.3.0", path = "../hotfix-message", features = ["utils-chrono"] }
25-
hotfix-store = { version = "0.1.0", path = "../hotfix-store" }
26-
hotfix-store-mongodb = { version = "0.1.0", path = "../hotfix-store-mongodb", optional = true }
25+
hotfix-store = { version = "0.1.1", path = "../hotfix-store" }
26+
hotfix-store-mongodb = { version = "0.1.1", path = "../hotfix-store-mongodb", optional = true }
2727

2828
anyhow = { workspace = true }
2929
async-trait = { workspace = true }

0 commit comments

Comments
 (0)