Skip to content

Commit f69c42f

Browse files
committed
feat: v1.8.0
1 parent 22cca7f commit f69c42f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.8.0 (2024.04.16)
2+
3+
### 新增
4+
5+
- 更新微步爬虫,改用 https://x.threatbook.com/v5/vulIntelligence 页面获取
6+
17
## v1.7.0 (2024.03.28)
28

39
### 新增

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
var log = golog.Child("[main]")
21-
var Version = "v1.7.0"
21+
var Version = "v1.8.0"
2222

2323
func main() {
2424
golog.Default.SetLevel("info")

0 commit comments

Comments
 (0)