aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-26 04:29:24 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-26 04:29:24 +0800
commit129fce639c85a489873e68a4ac19d19a07698125 (patch)
tree70a3c9e04f83ffa79b2e00fc7b1733e037307bf6
parente8107f3f04c9eb5ff843050f5a3563a4dda2737d (diff)
Fix version number typo for Clap Parser Support
-rw-r--r--README.md2
-rw-r--r--docs/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2ec3737..ba99f9d 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ You can read the following docs to learn more about the `Mingling` framework:
- [x] core: \[[0.1.4](https://docs.rs/mingling/0.1.4/mingling/)\] General Renderers *( Json, Yaml, Toml, Ron )*
- [x] core: \[[0.1.5](https://docs.rs/mingling/0.1.5/mingling/)\] Completion *( Bash Zsh Fish Pwsh )*
- [X] core: \[[0.1.6](https://docs.rs/mingling/0.1.6/mingling/)\] Smarter Completion Suggest Generation
-- [X] \[[0.1.6](https://docs.rs/mingling/0.1.7/mingling/)\] Clap Parser Support
+- [X] \[[0.1.7](https://docs.rs/mingling/0.1.7/mingling/)\] Clap Parser Support
- [ ] core: \[**0.1.8**\] Faster Dispatcher
- [ ] \[**0.1.9**\] Helpdoc Generation
- [ ] core: \[**0.1.9**\] Debug Toolkits (InvokeStackDisplay ...)
diff --git a/docs/README.md b/docs/README.md
index ba9aa6d..2a341a7 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -152,7 +152,7 @@ You can read the following docs to learn more about the `Mingling` framework:
- [x] core: \[[0.1.4](https://docs.rs/mingling/0.1.4/mingling/)\] General Renderers *( Json, Yaml, Toml, Ron )*
- [x] core: \[[0.1.5](https://docs.rs/mingling/0.1.5/mingling/)\] Completion *( Bash Zsh Fish Pwsh )*
- [X] core: \[[0.1.6](https://docs.rs/mingling/0.1.6/mingling/)\] Smarter Completion Suggest Generation
-- [X] \[[0.1.6](https://docs.rs/mingling/0.1.7/mingling/)\] Clap Parser Support
+- [X] \[[0.1.7](https://docs.rs/mingling/0.1.7/mingling/)\] Clap Parser Support
- [ ] core: \[**0.1.8**\] Faster Dispatcher
- [ ] \[**0.1.9**\] Helpdoc Generation
- [ ] core: \[**0.1.9**\] Debug Toolkits (InvokeStackDisplay ...)