Skip to content

Commit

Permalink
Release 7.5.4 with base64 and clap upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Nov 18, 2023
1 parent 351e04d commit a3818d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added

### Changed
- `base64` dependency was bumped to 0.21

### Removed

## [7.5.4] - 2023-11-18
### Changed
- `base64` dependency was bumped to 0.21
- `clap` dependency was bumped to major version 4
- MSRV was bumped to 1.64.0 (due to clap)

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

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

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

0 comments on commit a3818d6

Please sign in to comment.