From 12ac921b55cf9177e1680383095373f56359be98 Mon Sep 17 00:00:00 2001 From: Atanas Yankov Date: Sat, 7 Oct 2023 11:01:32 +0300 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66caa3..353ee3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.7.0 +- Update name of temporary files when using Kitty to contain `tty-graphics-protocol` + ## 0.6.2 - Upgrade `crossterm` dependency to 0.25 - Check `LC_TERMINAL` env variable when deciding iTerm support diff --git a/Cargo.toml b/Cargo.toml index ab8db62..5163984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viuer" -version = "0.6.2" +version = "0.7.0" authors = ["Atanas Yankov "] edition = "2021" description = "Display images in the terminal"