Skip to content

Commit f015faf

Browse files
authored
Merge pull request #65 from mgeisler/release-0.8.0
cargo: bump version to 0.8.0
2 parents 8f00931 + 3335fb2 commit f015faf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.7.0"
3+
version = "0.8.0"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ updated when the crate version changes.
1717
Add this to your `Cargo.toml`:
1818
```toml
1919
[dev-dependencies]
20-
version-sync = "0.7"
20+
version-sync = "0.8"
2121
```
2222

2323
Then create a `tests/version-numbers.rs` file with:
@@ -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.0 — March 28th, 2019
113113

114114
We now use [Rust 2018][rust-2018], which means we require Rust version
115115
1.31.0 or later. The `assert_html_root_url_updated!` macro will again

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.7.0")]
49+
#![doc(html_root_url = "https://docs.rs/version-sync/0.8.0")]
5050
#![deny(missing_docs)]
5151

5252
mod contains_regex;

0 commit comments

Comments
 (0)