Skip to content

Commit

Permalink
update version v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
erickyan86 committed May 6, 2019
1 parent 6c90b10 commit 9c7254c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -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

6 changes: 6 additions & 0 deletions cmd/utils/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c7254c

Please sign in to comment.