aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-09 01:53:46 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 01:53:46 +0800
commit6536ab29f7c0ca05cf734f116bef6974bab326c7 (patch)
treeafccc9b8fe3c1c6e755e06662c866ad7936d1e2f /README.md
parent815cc96a09b86eb890d6fa36d9afe8ed18afb867 (diff)
chore: bump version to 0.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3499d0d..830e13c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
💡 Its name comes from the Chinese pinyin **"Mìng Lìng"**, which means **"command"**.
-## WARNING
+## ⚠WARNING
Mingling is currently usable at a basic level, but it is still under active development, so many APIs are not yet mature. Any changes to the public API will be documented in detail in the [Changelog](https://github.com/mingling-rs/mingling/blob/main/CHANGELOG.md).
@@ -99,7 +99,7 @@ Add Mingling to your `Cargo.toml`:
```toml
[dependencies.mingling]
-version = "0.3.0"
+version = "0.4.0"
features = []
```