Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Mar 12, 2022
1 parent 9913952 commit 4f842bd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "0.7.1"
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.0/tvrank/)
[![docs.rs](https://img.shields.io/docsrs/tvrank?style=for-the-badge)](https://docs.rs/tvrank/0.7.1/tvrank/)

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

Expand Down
17 changes: 17 additions & 0 deletions changelogs/0.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
* The `TVrank` command-line interface has been made more convenient to use:
* Flags and options that only used be accepted by the command are now also accepted by
the subcommands.
* Contributed by @Olsi-B
* Added support for only displaying the top N results with `--top N`.
* Contributed by @caglaryucekaya
* The IMDB TSV database download rate is now reported correctly and a progress bar is now
used instead of a spinner.
* Contributed by @mob-programming-meetup:
* @koushik-ms
* @HenningHolmDE
* @dpolivaev
* @fredmorcos
* Added support for the `NO_COLOR` environment variable and added the `--color`
command-line argument to override it.
* Contributed by @caglaryucekaya
* Other minor fixes in documentation and command-line help.

0 comments on commit 4f842bd

Please sign in to comment.