mirror of
https://github.com/houbb/sensitive-word.git
synced 2026-03-22 08:27:36 +08:00
release branch 0.16.2
This commit is contained in:
@@ -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
|
||||
|
||||
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|
||||
|:---|:-----|------------------------------------------------------------------------------------------|:------------------|:------|
|
||||
|
||||
@@ -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>
|
||||
```
|
||||
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -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 ==============================-->
|
||||
|
||||
@@ -10,7 +10,7 @@ ECHO "============================= RELEASE START..."
|
||||
|
||||
:: 版本号信息(需要手动指定)
|
||||
:::: 旧版本名称
|
||||
SET version=0.16.1
|
||||
SET version=0.16.2
|
||||
:::: 新版本名称
|
||||
SET newVersion=0.17.0
|
||||
:::: 组织名称
|
||||
|
||||
Reference in New Issue
Block a user