From 3b99255f0d1586dd5b8cb1d409fa8515d9e77493 Mon Sep 17 00:00:00 2001 From: atanunq Date: Sun, 29 Aug 2021 16:55:08 +0300 Subject: [PATCH] Release 0.5.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f106703..2b094a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.2 +- Use iTerm protocol for WezTerm and mintty +- Fix compiler warnings + ## 0.5.1 - Fix memory leak when checking for Kitty support not in tty diff --git a/Cargo.toml b/Cargo.toml index 57e9938..ab47da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viuer" -version = "0.5.1" +version = "0.5.2" authors = ["Atanas Yankov "] edition = "2018" description = "Display images in the terminal"