Skip to content

Commit

Permalink
Bump to pre-release version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Nov 6, 2024
1 parent 2856e82 commit e1cab6a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
74 changes: 37 additions & 37 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.13.0"
version = "0.14.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 @@ -52,14 +52,14 @@ Add `word-tally` as a dependency.

```toml
[dependencies]
word-tally = "0.13.0"
word-tally = "0.14.0"
```

Or optionally enable JSON serialization and deserialization with Serde.

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

## Documentation
Expand Down

0 comments on commit e1cab6a

Please sign in to comment.