Skip to content

Commit 359aff7

Browse files
chore: version 1.19.8 [skip ci]
## [1.19.8](v1.19.7...v1.19.8) (2026-03-26) ### Bug Fixes * add metrics instrumentation to all modules ([0a690e4](0a690e4)) * wire StatsContext into KafkaTransport and add send metrics ([ccfc9ad](ccfc9ad))
1 parent aee9195 commit 359aff7

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+
## [1.19.8](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.19.7...v1.19.8) (2026-03-26)
2+
3+
4+
### Bug Fixes
5+
6+
* add metrics instrumentation to all modules ([0a690e4](https://github.com/hyperi-io/hyperi-rustlib/commit/0a690e40c9108f25394cda19d47c98f4774ed30f))
7+
* wire StatsContext into KafkaTransport and add send metrics ([ccfc9ad](https://github.com/hyperi-io/hyperi-rustlib/commit/ccfc9ad10180be10345a05605d0dca0d8601d254))
8+
19
## [1.19.7](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.19.6...v1.19.7) (2026-03-26)
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 = "1.19.7"
11+
version = "1.19.8"
1212
edition = "2024"
1313
rust-version = "1.94"
1414
description = "Shared utility library for HyperI Rust applications"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.7
1+
1.19.8

0 commit comments

Comments
 (0)