Skip to content

Commit 08b8f82

Browse files
committed
Release 0.8.1
1 parent a066163 commit 08b8f82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.1
2+
- Revert removed `image` features
3+
14
## 0.8.0
25
- Remove unneeded features and update dependencies
36
- Use Catmull-Rom for up/downscaling

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viuer"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Atanas Yankov <atanas.yankov98@gmail.com>"]
55
edition = "2021"
66
description = "Display images in the terminal"
@@ -17,10 +17,7 @@ ansi_colours = "1"
1717
base64 = "0.22"
1818
console = { version = "0.15", default-features = false }
1919
crossterm = { version = "0.28", default-features = false }
20-
image = { version = "0.25", default-features = false, features = [
21-
"rayon",
22-
"png",
23-
] }
20+
image = "0.25"
2421
lazy_static = "1.5"
2522
tempfile = "3"
2623
termcolor = "1"

0 commit comments

Comments
 (0)