Skip to content

Commit 207d6df

Browse files
authored
Merge pull request #56 from mgeisler/release-0.7.0
cargo: bump version to 0.7.0
2 parents 090111d + 8f0613c commit 207d6df

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.6.0"
3+
version = "0.7.0"
44
authors = ["Martin Geisler <[email protected]>"]
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
@@ -16,7 +16,7 @@ updated when the crate version changes.
1616
Add this to your `Cargo.toml`:
1717
```toml
1818
[dev-dependencies]
19-
version-sync = "0.6"
19+
version-sync = "0.7"
2020
```
2121

2222
Then create a `tests/version-numbers.rs` file with:
@@ -111,7 +111,7 @@ your_crate = "0.1.2"
111111

112112
This is a changelog describing the most important changes per release.
113113

114-
### Unreleased
114+
### Version 0.7.0 — January 14th, 2019
115115

116116
Special characters are now correctly escaped in the `{name}` and
117117
`{version}` placeholders in `assert_contains_regex!`.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
5050
//! [`assert_contains_regex`]: macro.assert_contains_regex.html
5151
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")]
5353
#![deny(missing_docs)]
5454

5555
extern crate itertools;

0 commit comments

Comments
 (0)