File tree 3 files changed +4
-4
lines changed
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.5 .0"
3
+ version = " 0.6 .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 @@ -19,7 +19,7 @@ updated when the crate version changes.
19
19
Add this to your ` Cargo.toml ` :
20
20
``` toml
21
21
[dev-dependencies ]
22
- version-sync = " 0.5 "
22
+ version-sync = " 0.6 "
23
23
```
24
24
25
25
Then create a ` tests/version-numbers.rs ` file with:
@@ -114,7 +114,7 @@ your_crate = "0.1.2"
114
114
115
115
This is a changelog describing the most important changes per release.
116
116
117
- ### Unreleased
117
+ ### Version 0.6.0 — November 22nd, 2018
118
118
119
119
You can use ` assert_contains_regex! ` to grep files for the current
120
120
version number. The search is done with a regular expression where
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.5 .0" ) ]
52
+ #![ doc( html_root_url = "https://docs.rs/version-sync/0.6 .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