release branch 0.23.1

This commit is contained in:
houbb
2024-12-22 13:25:33 +08:00
parent d7f7c0aa0a
commit 2204a5738a
9 changed files with 116 additions and 23 deletions

View File

@@ -54,12 +54,6 @@
[CHANGE_LOG.md](https://github.com/houbb/sensitive-word/blob/master/CHANGE_LOG.md)
### V0.21.0
- 修正白名单较长,包含了黑名单,导致白名单不符合预期的场景。
- 新增了白名单单个的编辑操作
### V0.22.0
- 修正单个敏感词修改时,对应的格式处理问题
@@ -68,6 +62,10 @@
- 结果条件拓展支持 wordTags 和 chains
### V0.23.1
- 敏感词标签统一格式化处理优化
## 更多资料
### 敏感词控台
@@ -98,7 +96,7 @@
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
</dependency>
```