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 11[package ]
22name = " version-sync"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44authors = [
" Martin Geisler <[email protected] >" ]
55description = """
66Simple 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.
1717Add this to your ` Cargo.toml ` :
1818``` toml
1919[dev-dependencies ]
20- version-sync = " 0.7 "
20+ version-sync = " 0.8 "
2121```
2222
2323Then create a ` tests/version-numbers.rs ` file with:
@@ -109,7 +109,7 @@ your_crate = "0.1.2"
109109
110110This is a changelog describing the most important changes per release.
111111
112- ### Unreleased ###
112+ ### Version 0.8.0 — March 28th, 2019
113113
114114We now use [ Rust 2018] [ rust-2018 ] , which means we require Rust version
1151151.31.0 or later. The ` assert_html_root_url_updated! ` macro will again
Original file line number Diff line number Diff line change 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
5252mod contains_regex;
You can’t perform that action at this time.
0 commit comments