Skip to content

Commit

Permalink
Merge pull request #55 from ipfs-force-community/chore/bump-up-versio…
Browse files Browse the repository at this point in the history
…n-to-v0.6.0-rc1

chore: bump up version to v0.6.0 rc1
  • Loading branch information
simlecode authored Jun 13, 2023
2 parents 992628a + 8ff2221 commit 9f5803b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.0-rc1

* fix: support MpoolGetConfig by @simlecode in https://github.com/ipfs-force-community/sophon-co/pull/51
* feat: rename the chain-co to sophon-co by @LinZexiao in https://github.com/ipfs-force-community/sophon-co/pull/54

## v0.5.1

* update ffi
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v0.5.4
github.com/ipfs-force-community/metrics v1.0.1-0.20211022060227-11142a08b729
github.com/ipfs-force-community/sophon-auth v1.11.1-0.20230607031351-bc57c2b78f44
github.com/ipfs-force-community/sophon-auth v1.12.0-rc1
github.com/ipfs-force-community/venus-common-utils v0.0.0-20210714031758-ea0e25ff0ec4
github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-libipfs v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,8 @@ github.com/ipfs-force-community/lotus v0.8.1-0.20230423011510-75338a5bf2e1 h1:gq
github.com/ipfs-force-community/lotus v0.8.1-0.20230423011510-75338a5bf2e1/go.mod h1:ehYqU7BwwknSRdFd/0iou0WOTKaQcFsYbMeQ4d2C/Mo=
github.com/ipfs-force-community/metrics v1.0.1-0.20211022060227-11142a08b729 h1:elS3KmzAMVrcZpmP2RMEjs9Zlwh6LfhJTfYQdj4TREs=
github.com/ipfs-force-community/metrics v1.0.1-0.20211022060227-11142a08b729/go.mod h1:mn40SioMuKtjmRumHFy/fJ26Pn028XuDjUJE9dorjyw=
github.com/ipfs-force-community/sophon-auth v1.11.1-0.20230607031351-bc57c2b78f44 h1:mezDnUywtX74k8onT/8M8FtKw1rEPFHH24DCkK78VeM=
github.com/ipfs-force-community/sophon-auth v1.11.1-0.20230607031351-bc57c2b78f44/go.mod h1:cGYCfjA/BDB/Km9P7Za6t1hmwpFlPKf8ho/CHmLG81Y=
github.com/ipfs-force-community/sophon-auth v1.12.0-rc1 h1:Rm91rxnwbx6ejEIPh7Bmf/+cWaNezhSj/zwmIkG9MG4=
github.com/ipfs-force-community/sophon-auth v1.12.0-rc1/go.mod h1:cGYCfjA/BDB/Km9P7Za6t1hmwpFlPKf8ho/CHmLG81Y=
github.com/ipfs-force-community/venus-auth v0.0.0-20210409095239-6767c8e7ac9f/go.mod h1:1jzX/6nT1UiBC0p2BuA1ujKFnZwPndZhmOB89Nemd+w=
github.com/ipfs-force-community/venus-auth v0.0.0-20210409103353-0d08847b2a79/go.mod h1:1jzX/6nT1UiBC0p2BuA1ujKFnZwPndZhmOB89Nemd+w=
github.com/ipfs-force-community/venus-common-utils v0.0.0-20210714031758-ea0e25ff0ec4 h1:WinGXFDwEGr9GJJSWwC4XXCruQ4EHV9QpnlRPDtjOkk=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var Version = "0.5.1"
var Version = "0.6.0-rc1"

var CurrentCommit string

0 comments on commit 9f5803b

Please sign in to comment.