diff --git a/CHANGELOG.md b/CHANGELOG.md index f82ec94..f106703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.1 +- Fix memory leak when checking for Kitty support not in tty + ## 0.5.0 - Upgrade to `crossterm` 0.20 - Remove `ViuError::Crossterm` diff --git a/Cargo.toml b/Cargo.toml index 19ddc0e..57e9938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viuer" -version = "0.5.0" +version = "0.5.1" authors = ["Atanas Yankov "] edition = "2018" description = "Display images in the terminal"