Ed Page
a2f500e440
chore(ci): Switch to cargo-deny
2023-03-18 12:46:33 -05:00
Ed Page
a62fd05d53
perf: Reduce alloc calls when building
...
Inspired by #4774
2023-03-18 11:59:01 -05:00
Ed Page
769ccc5cd6
Revert "chore: Update bitflags dep to 2.0"
...
This reverts commit 6878a1911b
.
2023-03-18 11:48:04 -05:00
Ed Page
79b44d0460
chore: Release
2023-03-18 09:17:44 -05:00
Ed Page
59109b640d
docs: Update changelog
2023-03-18 09:17:33 -05:00
Ed Page
dbf1b9a8d7
Merge pull request #4777 from epage/error
...
perf(derive): Improve build times
2023-03-23 12:11:14 -05:00
Ed Page
062622fe2d
chore(derive): Update syn
2023-03-18 08:50:41 -05:00
Ed Page
e030426819
refactor(derive): Remove proc-macro-error dependency
...
Made things simpler that we were always aborting before.
2023-03-18 07:08:22 -05:00
Ed Page
cc1474f97c
docs(help): Remove stale reference about wrapping
...
Fixes #4772
2023-03-17 00:16:13 -05:00
Ed Page
b69cf080ce
chore: Release
2023-03-16 20:02:37 -05:00
Ed Page
4f2f7024db
docs: Update changelog
2023-03-16 20:02:30 -05:00
Ed Page
4c05dfb8a5
Merge pull request #4771 from nicholasbishop/bishop-update-bitflags
...
chore: Update bitflags dep to 2.0
2023-03-18 20:21:54 -05:00
Nicholas Bishop
6878a1911b
chore: Update bitflags dep to 2.0
2023-03-18 12:35:17 -04:00
Ed Page
9aee6d31fd
chore: Release
2023-03-16 19:19:01 -05:00
Ed Page
97776254a7
docs: Update changelog
2023-03-16 19:18:55 -05:00
Ed Page
cdff81540c
Merge pull request #4767 from epage/win-ansi
...
fix(help): Don't style newlines
2023-03-17 19:14:32 -05:00
Ed Page
fcd6a65e18
fix(help): Don't style newlines
...
Windows will style all blank space until the end of line (sometimes).
Fixes #4431
2023-03-16 18:59:54 -05:00
Ed Page
e78bba0ec5
chore: Release
2023-03-16 10:42:06 -05:00
Ed Page
84ea5b8521
docs: Update changelog
2023-03-16 10:41:55 -05:00
Ed Page
83b0437ce1
Merge pull request #4764 from epage/true
...
fix(parser): Clarify get_count/get_flag assertion
2023-03-16 15:47:14 -05:00
Ed Page
4fa1ec6d68
Merge pull request #4762 from epage/deps
...
chore: Upgrade dependencies
2023-03-16 11:33:05 -05:00
Ed Page
c0dc1cd008
fix(parser): Clarify get_count/get_flag assertion
...
Fixes #4763
2023-03-16 10:23:34 -05:00
Ed Page
dec82598b2
chore: Upgrade trycmd
2023-03-16 06:07:46 -05:00
Ed Page
6c0600a031
chore: Fully specify dependencies
2023-03-16 06:07:08 -05:00
Ed Page
c7e929e123
Merge pull request #4752 from kevinmatthes/feature/cff
...
[Documentation] Create CITATION.cff
2023-03-09 10:10:12 -06:00
Kevin Matthes
b8021a2a71
test: Add CFF Validation
...
The CITATION.cff is validated with the official GitHub Action.
2023-03-09 16:55:30 +01:00
Kevin Matthes
ee8231c69f
docs: Add Replacement Rules for CITATION.cff
...
The regular expression for the release date update is taken from the
GitHub Action `kevinmatthes/cff-release-today@v0.5.2` which uses this
one, too. License issues should not arise as I am the author of that
GitHub Action.
The regular expression for the version update is designed to also work
with version parts consisting of multiple digits. It was tested
successfully with the example versions `1.2.3` and `1.2.30` in
CITATION.cff.
2023-03-09 16:42:47 +01:00
Kevin Matthes
37f8ae20b7
docs: Create CITATION.cff
...
CFF is a technology to make software citable. Therefore, a file named
CITATION.cff needs to be stored in the repository's root. GitHub will
then render a "Cite this repository" blob from it on the repository's
landing page.
2023-03-09 16:29:47 +01:00
renovate[bot]
8469554c17
chore(deps): update compatible (dev) ( #4741 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-01 04:51:19 +00:00
Ed Page
f931de694a
chore: Release
2023-02-27 12:13:11 -06:00
Ed Page
dbab081393
docs: Update changelog
2023-02-27 12:12:48 -06:00
Ed Page
70818c3aef
Merge pull request #4739 from MingweiSamuel/nodeny
...
fix: remove strict linting from generated code
2023-02-28 08:14:14 -06:00
Mingwei Samuel
fa76f6f78d
fix: Remove strict linting from generated code
...
fix https://github.com/clap-rs/clap/issues/4733
2023-02-27 21:29:47 -08:00
Ed Page
5f247f5181
chore: Release
2023-02-27 07:55:14 -06:00
Ed Page
1999d85178
docs: Update changelog
2023-02-27 07:54:49 -06:00
Ed Page
c3a942e376
Merge pull request #4735 from rkrasiuk/rkrasiuk/fix-almost-swapped-lint
...
fix(derive): Allow `clippy::almost_swapped`
2023-02-27 13:52:17 -06:00
Roman Krasiuk
5bab68a16f
fix: Allow clippy::almost_swapped
2023-02-27 19:42:44 +02:00
Roman Krasiuk
872135b64f
fix: Allow clippy::almost_swapped
2023-02-27 19:35:01 +02:00
Ed Page
84a9b53cee
chore: Release
2023-02-27 04:20:28 -06:00
Ed Page
9fa48d5f92
docs: Update changelog
2023-02-27 04:20:07 -06:00
Ed Page
e9535a3618
Merge pull request #4734 from XiaoXiaoSN/master
...
feat(complete): Support to run ZSH completion as a script
2023-02-27 10:17:47 -06:00
XiaoXiaoSN
0f3e729358
feat(complete): Support to run ZSH completion as a script
2023-02-27 23:23:50 +08:00
Ed Page
cdb33b6ad2
test(complete): Adjust bash snapshot
2023-02-24 07:40:24 -06:00
Ed Page
6e1e754aa8
docs: Update docs for derived display order
...
Fixes #4728
2023-02-24 07:34:17 -06:00
Ed Page
2deb372195
chore: Release
2023-02-23 11:56:20 -06:00
Ed Page
c064da01c9
docs: Update changelog
2023-02-23 11:56:12 -06:00
Ed Page
77803337f8
Merge pull request #4612 from davvid/zsh-multi-length-arguments
...
clap_complete: fix support for two multi-length arguments in zsh
2023-02-23 11:55:17 -06:00
Ed Page
f35ff9167f
chore: Release
2023-02-23 11:19:10 -06:00
Ed Page
44782c7f71
docs(lex): Don't elide content
2023-02-23 11:18:51 -06:00
Ed Page
ec878c849b
chore: Release
2023-02-22 16:15:24 -06:00