release branch 0.16.2

This commit is contained in:
houbb
2024-06-01 16:11:58 +08:00
parent 2dc9e511cc
commit 1b227d2a6a
4 changed files with 6 additions and 9 deletions

View File

@@ -311,7 +311,7 @@
|:---|:-----|----------------------|:-------------------|:----------------------------------------------------------|
| 1 | F | 支持资源的释放,如 andriod 场景 | 2024-4-26 21:02:25 | 修正未调用问题https://github.com/houbb/sensitive-word/issues/53 |
# release_0.14.1
# release_0.16.2
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|------------------------------------------------------------------------------------------|:------------------|:------|

View File

@@ -52,13 +52,10 @@
[CHANGE_LOG.md](https://github.com/houbb/sensitive-word/blob/master/CHANGE_LOG.md)
V0.14.1:
V0.16.2:
- 移除部分敏感词
- 默认关闭 url/email/num 的校验
V0.16.1:
- [x] 支持内存释放 [#53](https://github.com/houbb/sensitive-word/issues/53)
## 更多资料
@@ -90,7 +87,7 @@ V0.16.1:
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.16.1</version>
<version>0.16.2</version>
</dependency>
```

View File

@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.16.1</version>
<version>0.16.2</version>
<properties>
<!--============================== All Plugins START ==============================-->
@@ -25,7 +25,7 @@
<project.compiler.level>1.7</project.compiler.level>
<!--============================== INTER ==============================-->
<heaven.version>0.9.0</heaven.version>
<heaven.version>0.10.0</heaven.version>
<opencc4j.version>1.8.1</opencc4j.version>
<!--============================== OTHER ==============================-->

View File

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