mirror of
https://github.com/clap-rs/clap.git
synced 2026-01-25 05:36:19 +00:00
chore: Release
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -485,7 +485,7 @@ dependencies = [
|
|||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"clap_lex 0.7.6",
|
"clap_lex 0.7.7",
|
||||||
"color-print",
|
"color-print",
|
||||||
"snapbox",
|
"snapbox",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
@@ -502,7 +502,7 @@ version = "4.5.65"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"automod",
|
"automod",
|
||||||
"clap 4.5.54",
|
"clap 4.5.54",
|
||||||
"clap_lex 0.7.6",
|
"clap_lex 0.7.7",
|
||||||
"completest",
|
"completest",
|
||||||
"completest-pty",
|
"completest-pty",
|
||||||
"is_executable",
|
"is_executable",
|
||||||
@@ -542,7 +542,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_lex"
|
name = "clap_lex"
|
||||||
version = "0.7.6"
|
version = "0.7.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"automod",
|
"automod",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [0.7.7] - 2026-01-12
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- Be more specific on lifetimes
|
- Be more specific on lifetimes
|
||||||
@@ -123,7 +125,8 @@ MSRV changed to 1.64.0
|
|||||||
- Drop `memchr` dependency
|
- Drop `memchr` dependency
|
||||||
|
|
||||||
<!-- next-url -->
|
<!-- next-url -->
|
||||||
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.6...HEAD
|
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.7...HEAD
|
||||||
|
[0.7.7]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.6...clap_lex-v0.7.7
|
||||||
[0.7.6]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.5...clap_lex-v0.7.6
|
[0.7.6]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.5...clap_lex-v0.7.6
|
||||||
[0.7.5]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.4...clap_lex-v0.7.5
|
[0.7.5]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.4...clap_lex-v0.7.5
|
||||||
[0.7.4]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.3...clap_lex-v0.7.4
|
[0.7.4]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.3...clap_lex-v0.7.4
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clap_lex"
|
name = "clap_lex"
|
||||||
version = "0.7.6"
|
version = "0.7.7"
|
||||||
description = "Minimal, flexible command line parser"
|
description = "Minimal, flexible command line parser"
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
keywords = [
|
keywords = [
|
||||||
|
|||||||
@@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
[](https://crates.io/crates/clap_lex)
|
[](https://crates.io/crates/clap_lex)
|
||||||
[](https://crates.io/crates/clap_lex)
|
[](https://crates.io/crates/clap_lex)
|
||||||
[](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.6/LICENSE-APACHE)
|
[](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.7/LICENSE-APACHE)
|
||||||
[](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.6/LICENSE-MIT)
|
[](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.7/LICENSE-MIT)
|
||||||
|
|
||||||
Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT).
|
Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT).
|
||||||
|
|
||||||
1. [About](#about)
|
1. [About](#about)
|
||||||
2. [API Reference](https://docs.rs/clap_lex)
|
2. [API Reference](https://docs.rs/clap_lex)
|
||||||
3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
|
3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
|
||||||
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.6/clap_lex/CONTRIBUTING.md)
|
4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.7/clap_lex/CONTRIBUTING.md)
|
||||||
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.6/README.md#sponsors)
|
5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.7/README.md#sponsors)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|||||||
Reference in New Issue
Block a user