Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Oct 20, 2022
1 parent e55243f commit dc81f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2
- Upgrade `crossterm` dependency to 0.25
- Check `LC_TERMINAL` env variable when deciding iTerm support

## 0.6.1
- Upgrade `crossterm` dependency
- Move to 2021 Edition
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viuer"
version = "0.6.1"
version = "0.6.2"
authors = ["Atanas Yankov <[email protected]>"]
edition = "2021"
description = "Display images in the terminal"
Expand Down

0 comments on commit dc81f44

Please sign in to comment.