Commit d8bd9b7
chore: 0.9.1 — publish to crates.io as batty-cat
The crates.io names `batty` and `batty-cli` were both already taken,
so the published crate is `batty-cat`. The installed binary stays
`batty` via an explicit [[bin]] block, so `cargo install batty-cat`
gives users a `batty` executable.
- Rename package to `batty-cat`; pin `[[bin]] name = "batty"`.
- Bump version 0.9.0 → 0.9.1 (no behavior change; metadata-only release).
- Add `documentation = "https://docs.rs/batty-cat"`.
- Tidy `exclude` list (sorted, plus `.idea/`, `.git/`).
- README: new "Cargo (crates.io)" install section between Homebrew
and build-from-source.
Validated via `cargo publish --dry-run` (20 files, 51.6 KiB compressed).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a472109 commit d8bd9b7
3 files changed
Lines changed: 33 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
0 commit comments