Skip to content

Commit

Permalink
docs: Specify correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Nov 23, 2020
1 parent 4e84531 commit 0512571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add to your `Cargo.toml`:

```toml
[dependencies]
proc-exit = "0.1"
proc-exit = "1.0.0"
```

Feature flags:
Expand Down
2 changes: 2 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ no-dev-version = true
tag-message = "{{tag_name}}"
tag-name = "{{prefix}}v{{version}}"
pre-release-replacements = [
{file="src/lib.rs", search="proc-exit = \".*\"", replace="proc-exit = \"{{version}}\""},
{file="README.md", search="proc-exit = \".*\"", replace="proc-exit = \"{{version}}\""},
{file="CHANGELOG.md", search="Unreleased", replace="{{version}}"},
{file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}"},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"},
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//!
//! ```toml
//! [dependencies]
//! proc-exit = "0.1"
//! proc-exit = "1.0.0"
//! ```
//!
//! Feature flags:
Expand Down

0 comments on commit 0512571

Please sign in to comment.