release branch 0.18.1

This commit is contained in:
binbin.hou
2024-08-28 08:44:01 +08:00
parent f1bc51646f
commit 6f0bfb4eb5
4 changed files with 9 additions and 3 deletions

View File

@@ -330,3 +330,9 @@
| 序号 | 变更类型 | 说明 | 时间 | 备注 | | 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|-------------------------|:-------------------|:-----| |:---|:-----|-------------------------|:-------------------|:-----|
| 1 | A | 优化网址匹配策略,避免命中 1.jpg 之类的 | 2024-7-07 15:02:25 | | | 1 | A | 优化网址匹配策略,避免命中 1.jpg 之类的 | 2024-7-07 15:02:25 | |
# release_0.18.1
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|-----------------------------|:-------------------|:-----|
| 1 | A | 优化自定义策略,避免出现返回 null 导致的 NPE | 2024-8-28 15:02:25 | |

View File

@@ -90,7 +90,7 @@
<dependency> <dependency>
<groupId>com.github.houbb</groupId> <groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId> <artifactId>sensitive-word</artifactId>
<version>0.18.0</version> <version>0.18.1</version>
</dependency> </dependency>
``` ```

View File

@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId> <groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId> <artifactId>sensitive-word</artifactId>
<version>0.18.0</version> <version>0.18.1</version>
<properties> <properties>
<!--============================== All Plugins START ==============================--> <!--============================== All Plugins START ==============================-->

View File

@@ -10,7 +10,7 @@ ECHO "============================= RELEASE START..."
:: 版本号信息(需要手动指定) :: 版本号信息(需要手动指定)
:::: 旧版本名称 :::: 旧版本名称
SET version=0.18.0 SET version=0.18.1
:::: 新版本名称 :::: 新版本名称
SET newVersion=0.19.0 SET newVersion=0.19.0
:::: 组织名称 :::: 组织名称