Skip to content

Commit e34117e

Browse files
committed
Release 7.5.3 with fix for all-zero histogram iteration
1 parent 6de1b9b commit e34117e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010

1111
### Removed
1212

13+
## [7.5.3] - 2023-11-11
14+
### Changed
15+
16+
- Fix record iteration when recording only zeros (#125)
17+
1318
## [7.5.2] - 2022-09-18
1419
### Changed
1520
- Optimize `Histogram::clone` ([#113])

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdrhistogram"
3-
version = "7.5.2"
3+
version = "7.5.3"
44
edition = "2018"
55

66
description = "A port of HdrHistogram to Rust"

0 commit comments

Comments
 (0)