Skip to content

Commit

Permalink
Merge pull request #1095 from ipfs-force-community/chore/bump-v0.11.0
Browse files Browse the repository at this point in the history
Chore/bump v0.11.0
  • Loading branch information
simlecode committed Jul 31, 2024
1 parent 30aa23a commit 5e9f41b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.zh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 0.11.0-rc1
## 0.11.0

- NV23 支持
- damocles-manager
- 移除 ProveCommitSector method [#1088](https://github.com/ipfs-force-community/damocles/pull/1088)
- damocles-worker
- 支持以子进程方式启动自定义守护进程. 新增配置项目: `[[processors.sealing_daemons]]`[#1084](https://github.com/ipfs-force-community/damocles/pull/1084)

Expand Down
2 changes: 1 addition & 1 deletion damocles-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/filecoin-project/go-state-types v0.14.0
github.com/filecoin-project/lotus v1.28.1
github.com/filecoin-project/specs-storage v0.4.1
github.com/filecoin-project/venus v1.16.0-rc1
github.com/filecoin-project/venus v1.16.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.6.0
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
Expand Down
4 changes: 2 additions & 2 deletions damocles-manager/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ github.com/filecoin-project/specs-actors/v8 v8.0.1 h1:4u0tIRJeT5G7F05lwLRIsDnsrN
github.com/filecoin-project/specs-actors/v8 v8.0.1/go.mod h1:UYIPg65iPWoFw5NEftREdJwv9b/5yaLKdCgTvNI/2FA=
github.com/filecoin-project/specs-storage v0.4.1 h1:yvLEaLZj8f+uByhNC4mFOtCUyL2wQku+NGBp6hjTe9M=
github.com/filecoin-project/specs-storage v0.4.1/go.mod h1:Z2eK6uMwAOSLjek6+sy0jNV2DSsMEENziMUz0GHRFBw=
github.com/filecoin-project/venus v1.16.0-rc1 h1:K4Z+a1WHAvQYuB4qyhJoSXlNK48zE1netFw974ZGJnQ=
github.com/filecoin-project/venus v1.16.0-rc1/go.mod h1:tKy8zCgGOVDPzjFfHOZ7YRkHsmKsub5ROC138pLBLAY=
github.com/filecoin-project/venus v1.16.0 h1:JUPIvzwyV6B/KIG8aJ6UXSbVWZyRj2f/5TbHISOHbCc=
github.com/filecoin-project/venus v1.16.0/go.mod h1:0hSisKfLZLefs+yw1Xtqb6t+fgA1jVLcRrmNUkMefNY=
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=
github.com/flynn/noise v1.1.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
Expand Down
2 changes: 1 addition & 1 deletion damocles-manager/ver/ver.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package ver

import "fmt"

const Version = "0.11.0-rc1"
const Version = "0.11.0"

var Commit string

Expand Down

0 comments on commit 5e9f41b

Please sign in to comment.