Skip to content

Commit 1a36ea6

Browse files
chore: version 2.4.4 [skip ci]
## [2.4.4](v2.4.3...v2.4.4) (2026-04-02) ### Bug Fixes * add async sink engine API, fix doc-tests — Phase 2A ([45c307a](45c307a)) * clippy — use flatten() instead of if-let in test loop ([82a50b3](82a50b3))
1 parent 82a50b3 commit 1a36ea6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.4.4](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.4.3...v2.4.4) (2026-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* add async sink engine API, fix doc-tests — Phase 2A ([45c307a](https://github.com/hyperi-io/hyperi-rustlib/commit/45c307a44c15ac114822bc6eb0bf70028f7d5904))
7+
* clippy — use flatten() instead of if-let in test loop ([82a50b3](https://github.com/hyperi-io/hyperi-rustlib/commit/82a50b33b51d3ef7acf8376f40fea5655507e20f))
8+
19
## [2.4.3](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.4.2...v2.4.3) (2026-04-02)
210

311

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "hyperi-rustlib"
11-
version = "2.4.3"
11+
version = "2.4.4"
1212
edition = "2024"
1313
rust-version = "1.94"
1414
description = "Opinionated Rust framework for high-throughput data pipelines at PB scale. Auto-wiring config, logging, metrics, tracing, health, and graceful shutdown — built from many years of production infrastructure experience."

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3
1+
2.4.4

0 commit comments

Comments
 (0)