From 133bb99fe7c6cf929ebe9a2e25ca243f620c2eaf Mon Sep 17 00:00:00 2001 From: atanunq <atanas.yankov98@gmail.com> Date: Tue, 22 Jun 2021 01:45:41 +0300 Subject: [PATCH] Release 0.5.1 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 <atanas.yankov98@gmail.com>"] edition = "2018" description = "Display images in the terminal"