Skip to content

Commit 8724248

Browse files
chore: version 1.20.1 [skip ci]
## [1.20.1](v1.20.0...v1.20.1) (2026-03-27) ### Bug Fixes * remove trailing blank line from lib.rs ([74c448e](74c448e)) * validate single versioning publish pipeline ([fdfba9d](fdfba9d)) * validate single versioning publish pipeline ([09c01c2](09c01c2)) * verify single versioning pipeline end-to-end ([0ac98cb](0ac98cb))
1 parent 74c448e commit 8724248

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.20.1](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.20.0...v1.20.1) (2026-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* remove trailing blank line from lib.rs ([74c448e](https://github.com/hyperi-io/hyperi-rustlib/commit/74c448ed68a95192bdeef1f36023351f9f8c7f92))
7+
* validate single versioning publish pipeline ([fdfba9d](https://github.com/hyperi-io/hyperi-rustlib/commit/fdfba9dd3684f740d7bd79fab1d41fd3d98ac7da))
8+
* validate single versioning publish pipeline ([09c01c2](https://github.com/hyperi-io/hyperi-rustlib/commit/09c01c2fef29f31008e0c67e2564dfe8982817d2))
9+
* verify single versioning pipeline end-to-end ([0ac98cb](https://github.com/hyperi-io/hyperi-rustlib/commit/0ac98cb00ccc2dfc746625815d7494f79a2ffbef))
10+
111
# [1.17.0-dev.16](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.17.0-dev.15...v1.17.0-dev.16) (2026-03-26)
212

313

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.20.0"
11+
version = "1.20.1"
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-
1.20.0
1+
1.20.1

0 commit comments

Comments
 (0)