Skip to content

Commit

Permalink
Version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Mar 20, 2022
1 parent ec75b51 commit a7d59f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tvrank"
version = "0.7.1"
version = "0.7.3"
edition = "2021"
description = "Query and sort information about movies and series"
authors = ["Fred Morcos <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![CI](https://img.shields.io/github/workflow/status/fredmorcos/tvrank/CI?label=Master&style=for-the-badge)](https://github.com/fredmorcos/tvrank/actions)
</br>
[![Crates.io](https://img.shields.io/crates/v/tvrank?style=for-the-badge)](https://crates.io/crates/tvrank)
[![docs.rs](https://img.shields.io/docsrs/tvrank?style=for-the-badge)](https://docs.rs/tvrank/0.7.1/tvrank/)
[![docs.rs](https://img.shields.io/docsrs/tvrank?style=for-the-badge)](https://docs.rs/tvrank/0.7.3/tvrank/)

[Github Repository](https://github.com/fredmorcos/tvrank)

Expand Down
6 changes: 6 additions & 0 deletions changelogs/0.7.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Making `TVrank` a better UNIX citizen:
* More status messages are now printed on `stderr` instead of `stdout`.
* Contributed by @fiplox
* @caglaryucekaya fully documented the internal `TVrank` library.
* @Olsi-B has refactored how `TVrank` prints search results:
* And also added support for printing results in JSON and YAML

0 comments on commit a7d59f0

Please sign in to comment.