Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Mar 16, 2021
1 parent 9ce38d8 commit a47f270
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.4.0
- Experimental Sixel support
- Remove `resize` Config option
- Change `Printer` trait function signatures
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.3.1"
version = "0.4.0"
authors = ["Atanas Yankov <[email protected]>"]
edition = "2018"
description = "Display images in the terminal"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ For a demo of the library's usage and example screenshots, see [`viu`](https://g

## Examples

```toml
# in Cargo.toml, under [dependencies]
viuer = "0.3"
```
```rust
// in src/main.rs
// src/main.rs
use viuer::{print_from_file, Config};

fn main() {
Expand Down

0 comments on commit a47f270

Please sign in to comment.