From b8c99ebf4c012c5fa28801d2992b97ec2d863582 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 3 Apr 2019 08:23:08 +0200 Subject: [PATCH] cargo: bump version to 0.8.1 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d71876c..eea02e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "version-sync" -version = "0.8.0" +version = "0.8.1" authors = ["Martin Geisler "] description = """ Simple crate for ensuring that version numbers in README files are diff --git a/README.md b/README.md index de02cc2..27d9fda 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ your_crate = "0.1.2" This is a changelog describing the most important changes per release. -### Unreleased +### Version 0.8.1 — April 3rd, 2019 Dependencies were relaxed to make it easier to upgrade `version-sync`. diff --git a/src/lib.rs b/src/lib.rs index 843bc77..b07171a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -46,7 +46,7 @@ //! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html //! [`assert_contains_regex`]: macro.assert_contains_regex.html -#![doc(html_root_url = "https://docs.rs/version-sync/0.8.0")] +#![doc(html_root_url = "https://docs.rs/version-sync/0.8.1")] #![deny(missing_docs)] mod contains_regex;