From 9c7254cf4b6ef0172087e3511c0a5e38ebfc2141 Mon Sep 17 00:00:00 2001 From: erickYan86 Date: Mon, 6 May 2019 20:16:15 +0800 Subject: [PATCH] update version v0.0.11 --- CHANGELOG.md | 8 ++++++++ NOTES.md | 7 ++++--- cmd/utils/history.go | 6 ++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903c954f..720234c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # [fractal](https://github.com/fractalplatform/fractal) Changelog +## [0.0.11] - 2019-05-06 +### Deprecated +- [ASSET] modify asset and account action struct +- [ACCOUNT] modify account detail to description +- [DPOS] add dpos reward interface for solidity + + ## [0.0.10] - 2019-05-06 ### Fixed - [ASSET] get asset object return panic @@ -65,6 +72,7 @@ - [MAKEFILE] add check fmt tag_release release command +[0.0.11]: https://github.com/fractalplatform/fractal/compare/v0.0.10...v0.0.11 [0.0.10]: https://github.com/fractalplatform/fractal/compare/v0.0.9...v0.0.10 [0.0.9]: https://github.com/fractalplatform/fractal/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/fractalplatform/fractal/compare/v0.0.7...v0.0.8 diff --git a/NOTES.md b/NOTES.md index aac4c187..851571dc 100644 --- a/NOTES.md +++ b/NOTES.md @@ -1,4 +1,5 @@ -### Fixed -- [ASSET] get asset object return panic -- [VM] fix contract issue asset bug +### Deprecated +- [ASSET] modify asset and account action struct +- [ACCOUNT] modify account detail to description +- [DPOS] add dpos reward interface for solidity diff --git a/cmd/utils/history.go b/cmd/utils/history.go index 5914192a..3c66641b 100644 --- a/cmd/utils/history.go +++ b/cmd/utils/history.go @@ -41,6 +41,12 @@ import "github.com/monax/relic" // release tagging script: ./scripts/tag_release.sh var History relic.ImmutableHistory = relic.NewHistory("fractal", "https://github.com/fractalplatform/fractal"). MustDeclareReleases( + "0.0.11 - 2019-05-06", + `### Deprecated +- [ASSET] modify asset and account action struct +- [ACCOUNT] modify account detail to description +- [DPOS] add dpos reward interface for solidity +`, "0.0.10 - 2019-05-06", `### Fixed - [ASSET] get asset object return panic