Skip to content

Commit

Permalink
Bump to pre-release version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Oct 10, 2024
1 parent d924966 commit a6d19e5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 39 deletions.
63 changes: 27 additions & 36 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.12.0"
version = "0.13.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.12.0"
word-tally = "0.13.0"
```

Or optionally enable JSON serialization and deserialization with Serde.

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

## Documentation
Expand Down

0 comments on commit a6d19e5

Please sign in to comment.