Skip to content

Commit

Permalink
Merge pull request #68 from mgeisler/release-0.8.1
Browse files Browse the repository at this point in the history
cargo: bump version to 0.8.1
  • Loading branch information
mgeisler committed Apr 3, 2019
2 parents 987b8f2 + b8c99eb commit 10eaa12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.0"
version = "0.8.1"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Simple crate for ensuring that version numbers in README files are
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ your_crate = "0.1.2"

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

### Unreleased
### Version 0.8.1 — April 3rd, 2019

Dependencies were relaxed to make it easier to upgrade `version-sync`.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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.8.0")]
#![doc(html_root_url = "https://docs.rs/version-sync/0.8.1")]
#![deny(missing_docs)]

mod contains_regex;
Expand Down

0 comments on commit 10eaa12

Please sign in to comment.