Skip to content

Commit

Permalink
Bump to pre-release version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Sep 30, 2024
1 parent 3ffbbb6 commit e4cce11
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 30 deletions.
63 changes: 36 additions & 27 deletions 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.10.0"
version = "0.11.0"

[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.10.0"
word-tally = "0.11.0"
```

Or optionally enable JSON serialization and deserialization with Serde.

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

## Documentation
Expand Down

0 comments on commit e4cce11

Please sign in to comment.