Skip to content

Commit

Permalink
Bump to pre-release version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Nov 21, 2024
1 parent 5613b8b commit 60da6d0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ keywords = ["cli", "tally", "words", "count"]
license = "MIT"
name = "word-tally"
repository = "https://github.com/havenwood/word-tally"
version = "0.14.0"
version = "0.15.0"

[dependencies]
anyhow = "1.0.83"
clap = { version = "4.5.4", features = ["derive"] }
indexmap = "2.2.6"
serde = { version = "1.0.203", features = ["derive"], optional = true }
serde_json = { version = "1.0.85", optional = true }
serde = { version = "1.0.203", features = ["derive"], optional = true }
serde_json = { version = "1.0.85", optional = true }
unescaper = "0.1.4"
unicode-segmentation = "1.11.0"

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.14.0"
word-tally = "0.15.0"
```

Or optionally enable JSON serialization and deserialization with Serde.

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

## Documentation
Expand Down

0 comments on commit 60da6d0

Please sign in to comment.