File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " version-sync"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
authors = [" Martin Geisler <martin@geisler.net>" ]
5
5
description = """
6
6
Simple crate for ensuring that version numbers in README files are
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ updated when the crate version changes.
17
17
Add this to your ` Cargo.toml ` :
18
18
``` toml
19
19
[dev-dependencies ]
20
- version-sync = " 0.7 "
20
+ version-sync = " 0.8 "
21
21
```
22
22
23
23
Then create a ` tests/version-numbers.rs ` file with:
@@ -109,7 +109,7 @@ your_crate = "0.1.2"
109
109
110
110
This is a changelog describing the most important changes per release.
111
111
112
- ### Unreleased ###
112
+ ### Version 0.8.0 — March 28th, 2019
113
113
114
114
We now use [ Rust 2018] [ rust-2018 ] , which means we require Rust version
115
115
1.31.0 or later. The ` assert_html_root_url_updated! ` macro will again
Original file line number Diff line number Diff line change 46
46
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
47
47
//! [`assert_contains_regex`]: macro.assert_contains_regex.html
48
48
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" ) ]
50
50
#![ deny( missing_docs) ]
51
51
52
52
mod contains_regex;
You can’t perform that action at this time.
0 commit comments