From 6536ab29f7c0ca05cf734f116bef6974bab326c7 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Aug 2026 01:53:46 +0800 Subject: chore: bump version to 0.4.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 = [] ``` -- cgit