Skip to content

Commit b8c99eb

Browse files
committed
cargo: bump version to 0.8.1
1 parent 987b8f2 commit b8c99eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "version-sync"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Martin Geisler <martin@geisler.net>"]
55
description = """
66
Simple crate for ensuring that version numbers in README files are

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ your_crate = "0.1.2"
109109

110110
This is a changelog describing the most important changes per release.
111111

112-
### Unreleased
112+
### Version 0.8.1 — April 3rd, 2019
113113

114114
Dependencies were relaxed to make it easier to upgrade `version-sync`.
115115

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
4747
//! [`assert_contains_regex`]: macro.assert_contains_regex.html
4848
49-
#![doc(html_root_url = "https://docs.rs/version-sync/0.8.0")]
49+
#![doc(html_root_url = "https://docs.rs/version-sync/0.8.1")]
5050
#![deny(missing_docs)]
5151

5252
mod contains_regex;

0 commit comments

Comments
 (0)