From 2ed0787facdb0d7c6fff783b1e34db2ca0723d1b Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Fri, 8 Apr 2022 09:04:22 +0200 Subject: [PATCH] Version 0.7.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- changelogs/{0.7.6.md => 0.7.7.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename changelogs/{0.7.6.md => 0.7.7.md} (100%) diff --git a/Cargo.lock b/Cargo.lock index 006cd2c..e0f4df4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1541,7 +1541,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tvrank" -version = "0.7.6" +version = "0.7.7" dependencies = [ "aho-corasick", "atoi", diff --git a/Cargo.toml b/Cargo.toml index 926d979..a77674b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tvrank" -version = "0.7.6" +version = "0.7.7" edition = "2021" description = "Query and sort information about movies and series" authors = ["Fred Morcos "] diff --git a/README.md b/README.md index bb80e70..43c3856 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Release](https://img.shields.io/github/workflow/status/fredmorcos/tvrank/Release?label=Release&style=for-the-badge)](https://github.com/fredmorcos/tvrank/releases) [![CI](https://img.shields.io/github/workflow/status/fredmorcos/tvrank/CI?label=Master&style=for-the-badge)](https://github.com/fredmorcos/tvrank/actions)
-[![docs.rs](https://img.shields.io/docsrs/tvrank?style=for-the-badge)](https://docs.rs/tvrank/0.7.6/tvrank/) +[![docs.rs](https://img.shields.io/docsrs/tvrank?style=for-the-badge)](https://docs.rs/tvrank/0.7.7/tvrank/) [![Github Open Issues](https://img.shields.io/github/issues-raw/fredmorcos/tvrank?style=for-the-badge)](https://github.com/fredmorcos/tvrank/issues) [![Github Closed Issues](https://img.shields.io/github/issues-closed-raw/fredmorcos/tvrank?style=for-the-badge)](https://github.com/fredmorcos/tvrank/issues?q=is%3Aissue+is%3Aclosed) [![Github Open Pull Requests](https://img.shields.io/github/issues-pr-raw/fredmorcos/tvrank?style=for-the-badge)](https://github.com/fredmorcos/tvrank/pulls) diff --git a/changelogs/0.7.6.md b/changelogs/0.7.7.md similarity index 100% rename from changelogs/0.7.6.md rename to changelogs/0.7.7.md