Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Oct 22, 2024
1 parent 996c690 commit 56e9e51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.9.1
- Add docs.rs metadata

## 0.9.0
- Remove `image` default features
- Put `print_from_file` behind the new `print-file` feature flag
Expand Down
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viuer"
version = "0.9.0"
version = "0.9.1"
authors = ["Atanas Yankov <[email protected]>"]
edition = "2021"
description = "Display images in the terminal"
Expand Down Expand Up @@ -30,3 +30,8 @@ crossterm = { version = "0.28", default-features = false, features = ["windows"]
default = []
sixel = ["sixel-rs"]
print-file = ["image/default-formats"] # Hide file printing behind a flag because it adds heavy dependencies.


[package.metadata.docs.rs]
# Show all methods in the documentation, even the non-default ones.
all-features = true

0 comments on commit 56e9e51

Please sign in to comment.