release branch 0.15.0

This commit is contained in:
binbin.hou
2024-04-23 16:49:45 +08:00
parent a19a3ba0a1
commit fafb4e4151
15 changed files with 34 additions and 25 deletions

View File

@@ -52,7 +52,9 @@
[CHANGE_LOG.md](https://github.com/houbb/sensitive-word/blob/master/CHANGE_LOG.md)
V0.14.0: raw 添加敏感词类别。
V0.15.0:
- [x] 修复 [#54](https://github.com/houbb/sensitive-word/issues/54)
## 更多资料
@@ -84,7 +86,7 @@ V0.14.0: raw 添加敏感词类别。
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>
```