You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.9.1] - 2026-02-11
11
+
12
+
### Fixed
13
+
14
+
-**CI: Linux wheels** — switched `reqwest` to `native-tls-vendored` (statically linked OpenSSL); eliminates system OpenSSL dependency in manylinux containers and avoids `ring` aarch64 cross-compilation issues
15
+
-**CI: Windows wheels** — pinned Python to 3.13 and replaced `--find-interpreter` with explicit `--interpreter python3.13`; PyO3 0.24.x does not support Python 3.14
16
+
-**CI: crates.io publish** — made publish step idempotent (`|| true` per crate) so already-published versions don't fail the job
17
+
-**Clippy** — fixed `needless_range_loop` and `excessive_precision` warnings in `src/optimize.rs`
18
+
10
19
## [0.9.0] - 2026-02-10
11
20
12
21
### Added
@@ -308,7 +317,8 @@ Initial release of nanobook - a deterministic limit order book and matching engi
0 commit comments