Skip to content

Commit

Permalink
update version 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
erickyan86 committed Aug 14, 2019
1 parent 278b93f commit d23c0bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# [fractal](https://github.com/fractalplatform/fractal) Changelog
## [0.0.26] - 2019-08-14
### Fixed
- [LOG] fix vendor log bug, patch for version 0.0.25


## [0.0.25] - 2019-08-07
### Forked
- [DPOS] fork3: reduce CandidateAvailableMinQuantity (#416)
Expand Down Expand Up @@ -221,6 +226,7 @@
- [MAKEFILE] add check fmt tag_release release command


[0.0.26]: https://github.com/fractalplatform/fractal/compare/v0.0.25...v0.0.26
[0.0.25]: https://github.com/fractalplatform/fractal/compare/v0.0.24...v0.0.25
[0.0.24]: https://github.com/fractalplatform/fractal/compare/v0.0.23...v0.0.24
[0.0.23]: https://github.com/fractalplatform/fractal/compare/v0.0.22...v0.0.23
Expand Down
15 changes: 1 addition & 14 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
### Forked
- [DPOS] fork3: reduce CandidateAvailableMinQuantity (#416)
### Fixed
- [MINER] fixed some bugs (#421)(#422)
- [TXPOOL] fixed txpool add remotes not check the same tx was exist (#423)
- [TXPOOL] fixed txpool rpc send same tx err (#430)
- [ACCOUNT] fix internal action bug (#424)
### Changed
- [RPCAPI] modify api get account by name and id (#428)
- [GASPRICE] modify gas price oracle (#417)
- [ACCOUNT] modify account fliter balance zero (#414)
### Added
- [FILTERS] add filters rpc (#431)
- [MOD] support go mod (#429)
- [VM] add timeout func (#419) and add callwithpay (#425)
- [LOG] fix vendor log bug, patch for version 0.0.25

4 changes: 4 additions & 0 deletions cmd/utils/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ 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.26 - 2019-08-14",
`### Fixed
- [LOG] fix vendor log bug, patch for version 0.0.25
`,
"0.0.25 - 2019-08-07",
`### Forked
- [DPOS] fork3: reduce CandidateAvailableMinQuantity (#416)
Expand Down

0 comments on commit d23c0bd

Please sign in to comment.