From 5d280d60705056f42aec549988b0e7aa00464cc8 Mon Sep 17 00:00:00 2001 From: trydofor Date: Wed, 27 Dec 2023 12:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20semantic=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme-zh.md | 17 +---------------- readme.md | 17 +---------------- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/readme-zh.md b/readme-zh.md index 6d7c63d..0b8e359 100644 --- a/readme-zh.md +++ b/readme-zh.md @@ -21,7 +21,7 @@ java8, 0依赖,是guava, `commons-*`的补充。 pro.fessional mirana - 2.0.0 + ${mirana.version} ``` @@ -46,21 +46,6 @@ java8, 0依赖,是guava, `commons-*`的补充。 * Help - 表示和业务关联的或有生命周期的辅助类 * Util - 表示静态线程安全的工具类 -## 开个根号 - -版本号为开根号+三段法,如√2对应的`1.4.0`, `1.4.1`, `1.4.14`, -若版本不够且不想跳版本,则无限的写下去`1.4.14213562373095` - -* √1 = `1.0.0` -* √2 = `1.4.0`, `1.4.1`, `1.4.14` -* √3 = `1.7.0`, `1.7.3`, `1.7.32` -* √4 = `2.0.0` -* √5 = `2.2.0`, `2.2.3`, `2.2.4` -* √6 = `2.4.0`, `2.4.4`, `2.4.5` -* √7 = `2.6.0`, `2.6.4`, `2.6.5` -* √8 = `2.8.0`, `2.8.2`, `2.8.3` -* √9 = `3.0.0` - ## 详细文档 * diff --git a/readme.md b/readme.md index 9db79ec..137c20f 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ java8, 0-dependency, is an addition to guava, `commons-*`. pro.fessional mirana - 2.0.0 + ${mirana.version} ``` @@ -46,21 +46,6 @@ java8, 0-dependency, is an addition to guava, `commons-*`. * Help - business-related or lifecycle helper class * Util - static thread-safe tool class -## Square Root (sqrt) - -The version number is `sqrt` + `3-part version` pattern, e.g. √2 are `1.4.0`, `1.4.1`, `1.4.14`. -If the version is not enough, then write infinitely `1.4.14213562373095` - -* √1 = `1.0.0` -* √2 = `1.4.0`, `1.4.1`, `1.4.14` -* √3 = `1.7.0`, `1.7.3`, `1.7.32` -* √4 = `2.0.0` -* √5 = `2.2.0`, `2.2.3`, `2.2.4` -* √6 = `2.4.0`, `2.4.4`, `2.4.5` -* √7 = `2.6.0`, `2.6.4`, `2.6.5` -* √8 = `2.8.0`, `2.8.2`, `2.8.3` -* √9 = `3.0.0` - ## Detailed Documents *