aboutsummaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-17 00:05:53 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-17 00:05:53 +0800
commit62d2f8637da3274fc22debb62b79f15e521d503e (patch)
treef5fc81a6c04c81f17175f84ac3c7ee2684d6700e /docs/pages
parent70b6cba4411f8cf41495c554141ecb66c92114d6 (diff)
chore(release): bump version to 0.5.0
Diffstat (limited to 'docs/pages')
-rw-r--r--docs/pages/1-getting-started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/1-getting-started.md b/docs/pages/1-getting-started.md
index 443ed74..0131ec1 100644
--- a/docs/pages/1-getting-started.md
+++ b/docs/pages/1-getting-started.md
@@ -13,7 +13,7 @@ Add the following to `Cargo.toml`:
```toml
[dependencies.mingling]
-version = "0.4.0"
+version = "0.5.0"
features = []
```
@@ -25,7 +25,7 @@ Some features **directly affect the entire lifecycle behavior**, so you need to
```toml
[dependencies.mingling]
-version = "0.4.0"
+version = "0.5.0"
features = [
"parser",
"comp",