Skip to content

Commit 9c09314

Browse files
committed
Release 7.3.0
1 parent f899e81 commit 9c09314

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.3.0] - 2021-05-04
14+
### Added
15+
- Implementations of `Add` and `Sub` for `Histogram<T>`.
16+
17+
### Changed
18+
- Fixed benchmarks, which didn't compile.
19+
1320
## [7.2.0] - 2020-11-29
1421
### Changed
1522
- Minimum supported Rust version bumped to 1.44 (due to `nom 6`)
@@ -31,7 +38,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3138
- `DeserializeError` and `V2DeflateSerializeError` lost derived traits: `PartialEq`, `Eq`, `Clone`, `Copy`
3239
- Inner error type from `std::io::ErrorKind` to `std::io::Error` in types: `DeserializeError`, `V2DeflateSerializeError`, `V2SerializeError`, `IntervalLogWriterError` to support `Display`.
3340

34-
[Unreleased]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.2.0...HEAD
41+
[Unreleased]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.3.0...HEAD
42+
[7.3.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.2.0...v7.3.0
3543
[7.2.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.1.0...v7.2.0
3644
[7.1.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.0.0...v7.1.0
3745
[7.0.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v6.3.4...v7.0.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.2.0"
3+
version = "7.3.0"
44
edition = "2018"
55

66
description = "A port of HdrHistogram to Rust"

0 commit comments

Comments
 (0)