Skip to content

Commit 56e9e51

Browse files
committed
Release 0.9.1
1 parent 996c690 commit 56e9e51

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.9.1
2+
- Add docs.rs metadata
3+
14
## 0.9.0
25
- Remove `image` default features
36
- Put `print_from_file` behind the new `print-file` feature flag

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viuer"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Atanas Yankov <atanas.yankov98@gmail.com>"]
55
edition = "2021"
66
description = "Display images in the terminal"
@@ -30,3 +30,8 @@ crossterm = { version = "0.28", default-features = false, features = ["windows"]
3030
default = []
3131
sixel = ["sixel-rs"]
3232
print-file = ["image/default-formats"] # Hide file printing behind a flag because it adds heavy dependencies.
33+
34+
35+
[package.metadata.docs.rs]
36+
# Show all methods in the documentation, even the non-default ones.
37+
all-features = true

0 commit comments

Comments
 (0)