Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.8.0-rc1 #848

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
# Changelog

## v0.8.0-rc1
- 新增 worker-prover 模块支持多机 wdpost [#483](https://github.com/ipfs-force-community/damocles/issues/483)
- damocles-manager
- 增加从 unseal file 还原 piece 数据的命令行工具 [#820](https://github.com/ipfs-force-community/damocles/issues/820)

- damocles-worker
- cli: damocles-worker worker <COMMAND> 子命令不再需要指定配置文件 [#809](https://github.com/ipfs-force-community/damocles/issues/809)


## v0.7.0-rc2
- damocles-manager
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.7.0-rc2"
const Version = "0.8.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.7.0-rc2"
version = "0.8.0-rc1"
authors = ["dtynn <[email protected]>"]
edition = "2021"
exclude = [
Expand Down
Loading