Skip to content

Commit

Permalink
Merge pull request #16 from mgeisler/release-0.3.0
Browse files Browse the repository at this point in the history
cargo: bump version number to 0.3.0
  • Loading branch information
mgeisler authored Sep 23, 2017
2 parents 3117efc + e44935d commit fa04892
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.2.0"
version = "0.3.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 @@ -18,7 +18,7 @@ updated when the crate version changes.
Add this to your `Cargo.toml`:
```toml
[dev-dependencies]
version-sync = "0.2"
version-sync = "0.3"
```

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

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

### Unreleased
### Version 0.3.0 — September 23rd, 2017

When checking dependencies in READMEs, TOML blocks can now be excluded
from the check by adding `no_sync` to the language line:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//! [`assert_markdown_deps_updated`]: macro.assert_markdown_deps_updated.html
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
#![doc(html_root_url = "https://docs.rs/version-sync/0.2.0")]
#![doc(html_root_url = "https://docs.rs/version-sync/0.3.0")]

extern crate pulldown_cmark;
extern crate semver_parser;
Expand Down

0 comments on commit fa04892

Please sign in to comment.