From eac47247875fe79960a1dfd714a8bb2f9a148e7d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 13 Feb 2026 16:38:16 +0800 Subject: Bump version to 0.1.2 and update docs for strip-ansi feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 722f9d0..297264e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add the dependency to your `Cargo.toml`: ```toml [dependencies] -just_fmt = "0.1.1" +just_fmt = "0.1.2" ``` ## License -- cgit