Skip to content

Commit

Permalink
update version 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
erickyan86 committed Aug 16, 2019
1 parent c62a417 commit b014320
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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.27] - 2019-08-16
### Fixed
- [VIM] vm fix stack valid (#416)
### Added
- [RPC] add rpc interface: ft_getTransBatch


## [0.0.26] - 2019-08-14
### Fixed
- [LOG] fix vendor log bug, patch for version 0.0.25
Expand Down Expand Up @@ -226,6 +233,7 @@
- [MAKEFILE] add check fmt tag_release release command


[0.0.27]: https://github.com/fractalplatform/fractal/compare/v0.0.26...v0.0.27
[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
Expand Down
4 changes: 3 additions & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Fixed
- [LOG] fix vendor log bug, patch for version 0.0.25
- [VIM] vm fix stack valid (#416)
### Added
- [RPC] add rpc interface: ft_getTransBatch

6 changes: 6 additions & 0 deletions cmd/utils/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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.27 - 2019-08-16",
`### Fixed
- [VIM] vm fix stack valid (#416)
### Added
- [RPC] add rpc interface: ft_getTransBatch
`,
"0.0.26 - 2019-08-14",
`### Fixed
- [LOG] fix vendor log bug, patch for version 0.0.25
Expand Down

0 comments on commit b014320

Please sign in to comment.