Skip to content

Commit

Permalink
Release 7.4.0 with nom 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Oct 24, 2021
1 parent 36e9f6a commit 5ab5e0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## [7.4.0] - 2021-10-24

### Changed
- Minimum supported Rust version bumped to 1.48 (due to `nom 7`)
- `nom` dependency was bumped to 7.0.0 ([#102])

[#102]: https://github.com/HdrHistogram/HdrHistogram_rust/pull/102

## [7.3.0] - 2021-05-04
### Added
- Implementations of `Add` and `Sub` for `Histogram<T>`.
Expand Down Expand Up @@ -38,7 +46,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `DeserializeError` and `V2DeflateSerializeError` lost derived traits: `PartialEq`, `Eq`, `Clone`, `Copy`
- Inner error type from `std::io::ErrorKind` to `std::io::Error` in types: `DeserializeError`, `V2DeflateSerializeError`, `V2SerializeError`, `IntervalLogWriterError` to support `Display`.

[Unreleased]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.3.0...HEAD
[Unreleased]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.4.0...HEAD
[7.4.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.3.0...v7.4.0
[7.3.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.2.0...v7.3.0
[7.2.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.1.0...v7.2.0
[7.1.0]: https://github.com/HdrHistogram/HdrHistogram_rust/compare/v7.0.0...v7.1.0
Expand Down
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.3.0"
version = "7.4.0"
edition = "2018"

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

0 comments on commit 5ab5e0c

Please sign in to comment.