Skip to content

Commit

Permalink
Merge pull request #56 from mgeisler/release-0.7.0
Browse files Browse the repository at this point in the history
cargo: bump version to 0.7.0
  • Loading branch information
mgeisler authored Jan 14, 2019
2 parents 090111d + 8f0613c commit 207d6df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "version-sync"
version = "0.6.0"
version = "0.7.0"
authors = ["Martin Geisler <[email protected]>"]
description = """
Simple crate for ensuring that version numbers in README files are
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updated when the crate version changes.
Add this to your `Cargo.toml`:
```toml
[dev-dependencies]
version-sync = "0.6"
version-sync = "0.7"
```

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

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

### Unreleased
### Version 0.7.0 — January 14th, 2019

Special characters are now correctly escaped in the `{name}` and
`{version}` placeholders in `assert_contains_regex!`.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
//! [`assert_contains_regex`]: macro.assert_contains_regex.html

#![doc(html_root_url = "https://docs.rs/version-sync/0.6.0")]
#![doc(html_root_url = "https://docs.rs/version-sync/0.7.0")]
#![deny(missing_docs)]

extern crate itertools;
Expand Down

0 comments on commit 207d6df

Please sign in to comment.