Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Oct 13, 2024
1 parent a066163 commit 08b8f82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.1
- Revert removed `image` features

## 0.8.0
- Remove unneeded features and update dependencies
- Use Catmull-Rom for up/downscaling
Expand Down
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viuer"
version = "0.8.0"
version = "0.8.1"
authors = ["Atanas Yankov <[email protected]>"]
edition = "2021"
description = "Display images in the terminal"
Expand All @@ -17,10 +17,7 @@ ansi_colours = "1"
base64 = "0.22"
console = { version = "0.15", default-features = false }
crossterm = { version = "0.28", default-features = false }
image = { version = "0.25", default-features = false, features = [
"rayon",
"png",
] }
image = "0.25"
lazy_static = "1.5"
tempfile = "3"
termcolor = "1"
Expand Down

0 comments on commit 08b8f82

Please sign in to comment.