Commit 5b9aa16
authored
chore: release v2.14.0 (#440)
### π Features
- **(lint)** add more lint checks by [@jdx](https://github.com/jdx) in
[#446](#446)
- add logo to docs site by [@jdx](https://github.com/jdx) in
[#442](#442)
- add VT323 retro terminal font and --usage branding by
[@jdx](https://github.com/jdx) in
[#443](#443)
- add missing builder methods by [@jdx](https://github.com/jdx) in
[#444](#444)
### π Bug Fixes
- use pithy LLM-generated title for GitHub releases by
[@jdx](https://github.com/jdx) in
[#441](#441)
- replace unwrap calls with proper error handling in fig.rs by
[@jdx](https://github.com/jdx) in
[#454](#454)
- improve error messages with more context by
[@jdx](https://github.com/jdx) in
[#449](#449)
- skip powershell test if pwsh is not installed by
[@jdx](https://github.com/jdx) in
[#457](#457)
- match completion prefix against unescaped names by
[@ilyagr](https://github.com/ilyagr) in
[#460](#460)
### π Refactor
- simplify Spec::merge with local macros by
[@jdx](https://github.com/jdx) in
[#451](#451)
### π Documentation
- add CLAUDE.md for Claude Code guidance by
[@jdx](https://github.com/jdx) in
[#452](#452)
- escape generic type parameters in macro doc comments by
[@jdx](https://github.com/jdx) in
[#453](#453)
- add rustdoc for public API functions by [@jdx](https://github.com/jdx)
in [#450](#450)
- add documentation to public API structs by
[@jdx](https://github.com/jdx) in
[#455](#455)
- add conventional commit guidance to CLAUDE.md by
[@jdx](https://github.com/jdx) in
[#459](#459)
### β‘ Performance
- remove unnecessary clone in set_subcommand_ancestors by
[@jdx](https://github.com/jdx) in
[#448](#448)
### π§ͺ Testing
- add test coverage for untested modules by
[@jdx](https://github.com/jdx) in
[#447](#447)
### π Other Changes
- remove commented-out trait implementations in mount.rs by
[@jdx](https://github.com/jdx) in
[#445](#445)
- make codecov checks informational by [@jdx](https://github.com/jdx) in
[#456](#456)
### π¦οΈ Dependency Updates
- lock file maintenance by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#439](#439)
### New Contributors
- @ilyagr made their first contribution in
[#460](#460)1 parent b325e9f commit 5b9aa16
File tree
9 files changed
+332
-282
lines changed- cli
- docs/cli/reference
- lib
9 files changed
+332
-282
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
3 | 53 | | |
4 | 54 | | |
5 | 55 | | |
| |||
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 | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments