Skip to content

Commit

Permalink
Bump to pre-release version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Jul 25, 2024
1 parent e77ca43 commit 28ddab5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["cli", "tally", "words", "count"]
license = "MIT"
name = "word-tally"
repository = "https://github.com/havenwood/word-tally"
version = "0.8.1"
version = "0.8.2"

[dependencies]
anyhow = "1.0.83"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ Add `word-tally` as a dependency.

```toml
[dependencies]
word-tally = "0.8.1"
word-tally = "0.8.2"
```

Or optionally enable JSON serialization and deserialization with Serde.

```toml
[dependencies]
word-tally = { version = "0.8.1", features = ["serde"] }
word-tally = { version = "0.8.2", features = ["serde"] }
```

## Documentation
Expand Down

0 comments on commit 28ddab5

Please sign in to comment.