Skip to content

Commit b014320

Browse files
committed
update version 0.0.27
1 parent c62a417 commit b014320

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# [fractal](https://github.com/fractalplatform/fractal) Changelog
2+
## [0.0.27] - 2019-08-16
3+
### Fixed
4+
- [VIM] vm fix stack valid (#416)
5+
### Added
6+
- [RPC] add rpc interface: ft_getTransBatch
7+
8+
29
## [0.0.26] - 2019-08-14
310
### Fixed
411
- [LOG] fix vendor log bug, patch for version 0.0.25
@@ -226,6 +233,7 @@
226233
- [MAKEFILE] add check fmt tag_release release command
227234

228235

236+
[0.0.27]: https://github.com/fractalplatform/fractal/compare/v0.0.26...v0.0.27
229237
[0.0.26]: https://github.com/fractalplatform/fractal/compare/v0.0.25...v0.0.26
230238
[0.0.25]: https://github.com/fractalplatform/fractal/compare/v0.0.24...v0.0.25
231239
[0.0.24]: https://github.com/fractalplatform/fractal/compare/v0.0.23...v0.0.24

NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
### Fixed
2-
- [LOG] fix vendor log bug, patch for version 0.0.25
2+
- [VIM] vm fix stack valid (#416)
3+
### Added
4+
- [RPC] add rpc interface: ft_getTransBatch
35

cmd/utils/history.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ import "github.com/monax/relic"
4343
// release tagging script: ./scripts/tag_release.sh
4444
var History relic.ImmutableHistory = relic.NewHistory("fractal", "https://github.com/fractalplatform/fractal").
4545
MustDeclareReleases(
46+
"0.0.27 - 2019-08-16",
47+
`### Fixed
48+
- [VIM] vm fix stack valid (#416)
49+
### Added
50+
- [RPC] add rpc interface: ft_getTransBatch
51+
`,
4652
"0.0.26 - 2019-08-14",
4753
`### Fixed
4854
- [LOG] fix vendor log bug, patch for version 0.0.25

0 commit comments

Comments
 (0)