Skip to content

Commit 1451935

Browse files
committed
Release 7.5.0 with is_auto_resize
1 parent c221113 commit 1451935

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

1111
### Removed
1212

13+
## [7.5.0] - 2022-02-12
14+
15+
### Added
16+
- `Histogram::is_auto_resize` ([#102])
17+
18+
[#106]: https://github.com/HdrHistogram/HdrHistogram_rust/pull/106
19+
1320
## [7.4.0] - 2021-10-24
1421

1522
### Changed
@@ -46,7 +53,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4653
- `DeserializeError` and `V2DeflateSerializeError` lost derived traits: `PartialEq`, `Eq`, `Clone`, `Copy`
4754
- Inner error type from `std::io::ErrorKind` to `std::io::Error` in types: `DeserializeError`, `V2DeflateSerializeError`, `V2SerializeError`, `IntervalLogWriterError` to support `Display`.
4855

49-
[Unreleased]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.4.0...HEAD
56+
[Unreleased]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.5.0...HEAD
57+
[7.5.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.4.0...v7.5.0
5058
[7.4.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.3.0...v7.4.0
5159
[7.3.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.2.0...v7.3.0
5260
[7.2.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.1.0...v7.2.0

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.4.0"
3+
version = "7.5.0"
44
edition = "2018"
55

66
description = "A port of HdrHistogram to Rust"

0 commit comments

Comments
 (0)