Skip to content

Commit

Permalink
Release 7.5.3 with fix for all-zero histogram iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Nov 11, 2023
1 parent 6de1b9b commit e34117e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## [7.5.3] - 2023-11-11
### Changed

- Fix record iteration when recording only zeros (#125)

## [7.5.2] - 2022-09-18
### Changed
- Optimize `Histogram::clone` ([#113])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdrhistogram"
version = "7.5.2"
version = "7.5.3"
edition = "2018"

description = "A port of HdrHistogram to Rust"
Expand Down

0 comments on commit e34117e

Please sign in to comment.