Skip to content

Commit

Permalink
Merge pull request #1073 from ipfs-force-community/chore/release-v0.1…
Browse files Browse the repository at this point in the history
…0.0-rc1

chore: release v0.10.0-rc1
  • Loading branch information
0x5459 authored Apr 7, 2024
2 parents a38fe9b + e339249 commit 2f6c5f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.zh.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## 0.10.0-dev

## 0.10.0-rc1

- 支持 NV22 DDO [#1071](https://github.com/ipfs-force-community/damocles/pull/1071)
- damocles-manager
- 支持导入导出 JSON 格式的扇区状态数据 [#1072](https://github.com/ipfs-force-community/damocles/pull/1072)
- wdpost worker prover 模式,不允许向已完成的任务发送心跳 [#1056](https://github.com/ipfs-force-community/damocles/pull/1056)
- 支持配置多个 sender 地址,选择其中一个有效的且余额最多的地址作为发送地址 [#1045](https://github.com/ipfs-force-community/damocles/pull/1045)
- 修复对 core.SealerCliAPIClient 错误的依赖注入,导致 damocles-manager 代理模式无法正常启动 [#1047](https://github.com/ipfs-force-community/damocles/pull/1047)
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.10.0-dev"
const Version = "0.10.0-rc1"

var Commit string

Expand Down
2 changes: 1 addition & 1 deletion damocles-worker/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion damocles-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "damocles-worker"
version = "0.10.0-dev"
version = "0.10.0-rc1"
authors = ["dtynn <dtynn@163.com>"]
edition = "2021"
exclude = [".github"]
Expand Down

0 comments on commit 2f6c5f9

Please sign in to comment.