Skip to content

Commit a3818d6

Browse files
committed
Release 7.5.4 with base64 and clap upgrade
1 parent 351e04d commit a3818d6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

99
### Changed
10-
- `base64` dependency was bumped to 0.21
1110

1211
### Removed
1312

13+
## [7.5.4] - 2023-11-18
14+
### Changed
15+
- `base64` dependency was bumped to 0.21
16+
- `clap` dependency was bumped to major version 4
17+
- MSRV was bumped to 1.64.0 (due to clap)
18+
1419
## [7.5.3] - 2023-11-11
1520
### Changed
1621

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

66
description = "A port of HdrHistogram to Rust"

0 commit comments

Comments
 (0)