Skip to content

Commit 2cc577b

Browse files
committed
chore: prepare release 0.3.1
1 parent f38489a commit 2cc577b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.3.1 - 2026-06-19
44

55
- Update `golang.org/x/sys` to remove GO-2026-5024 from the Windows dependency graph.
66
- Refresh terminal rendering, Unicode text, and SQLite runtime dependencies.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/openclaw/graincrawl
33
go 1.26.4
44

55
require (
6-
github.com/openclaw/crawlkit v0.12.3-0.20260619123532-e74b0c4130c9
6+
github.com/openclaw/crawlkit v0.13.0
77
github.com/pelletier/go-toml/v2 v2.4.0
88
modernc.org/sqlite v1.52.0
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc
4444
github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk=
4545
github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w=
4646
github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
47-
github.com/openclaw/crawlkit v0.12.3-0.20260619123532-e74b0c4130c9 h1:fUhIOEUTF2d5LncUqUaqohbri656aV2XOQmG0uLyDIk=
48-
github.com/openclaw/crawlkit v0.12.3-0.20260619123532-e74b0c4130c9/go.mod h1:zOJv5WPWO1AuuXO7zW8NRTxb/ZTkIQXYPrx3StmnMUI=
47+
github.com/openclaw/crawlkit v0.13.0 h1:rK9ipfV6a1fJZnPwUGYsbDg32uhoMwGU3N2ZlwDI97w=
48+
github.com/openclaw/crawlkit v0.13.0/go.mod h1:zOJv5WPWO1AuuXO7zW8NRTxb/ZTkIQXYPrx3StmnMUI=
4949
github.com/pelletier/go-toml/v2 v2.4.0 h1:Mwu0mAkUKbittDs3/ADDWXqMmq3EOK2VHiuCkV00Row=
5050
github.com/pelletier/go-toml/v2 v2.4.0/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
5151
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=

0 commit comments

Comments
 (0)