diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a2158..f949a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project _somewhat_ adheres to [Semantic Versioning](https://semver.org/ ## [Unreleased] +## [0.6.1] - 2024-08-12 + +- Bump ratatui from 0.27.0 to 0.28.0 + ## [0.6.0] - 2024-07-28 - Support searching by hex diff --git a/Cargo.lock b/Cargo.lock index 183a6c7..d449a06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,7 +331,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "heh" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index 271571f..d77f728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heh" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "A cross-platform terminal UI used for modifying file data in hex or ASCII." readme = "README.md"