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.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [
" Martin Geisler <[email protected] >" ]
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 @@ -16,7 +16,7 @@ updated when the crate version changes.
16
16
Add this to your ` Cargo.toml ` :
17
17
``` toml
18
18
[dev-dependencies ]
19
- version-sync = " 0.6 "
19
+ version-sync = " 0.7 "
20
20
```
21
21
22
22
Then create a ` tests/version-numbers.rs ` file with:
@@ -111,7 +111,7 @@ your_crate = "0.1.2"
111
111
112
112
This is a changelog describing the most important changes per release.
113
113
114
- ### Unreleased
114
+ ### Version 0.7.0 — January 14th, 2019
115
115
116
116
Special characters are now correctly escaped in the ` {name} ` and
117
117
` {version} ` placeholders in ` assert_contains_regex! ` .
Original file line number Diff line number Diff line change 49
49
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
50
50
//! [`assert_contains_regex`]: macro.assert_contains_regex.html
51
51
52
- #![ doc( html_root_url = "https://docs.rs/version-sync/0.6 .0" ) ]
52
+ #![ doc( html_root_url = "https://docs.rs/version-sync/0.7 .0" ) ]
53
53
#![ deny( missing_docs) ]
54
54
55
55
extern crate itertools;
You can’t perform that action at this time.
0 commit comments