This repository was archived by the owner on May 13, 2022. It is now read-only.
File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# [ Hyperledger Burrow] ( https://github.com/hyperledger/burrow ) Changelog
2
+ ## [ 0.34.2] - 2021-07-09
3
+ ### Fixed
4
+ - [ Build] Add 0.34.1 changes!
5
+
6
+
2
7
## [ 0.34.1] - 2021-07-09
3
8
### Fixed
4
9
- [ JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
@@ -794,6 +799,7 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
794
799
- [ Blockchain] Fix getBlocks to respect block height cap.
795
800
796
801
802
+ [ 0.34.2 ] : https://github.com/hyperledger/burrow/compare/v0.34.1...v0.34.2
797
803
[ 0.34.1 ] : https://github.com/hyperledger/burrow/compare/v0.34.0...v0.34.1
798
804
[ 0.34.0 ] : https://github.com/hyperledger/burrow/compare/v0.33.1...v0.34.0
799
805
[ 0.33.1 ] : https://github.com/hyperledger/burrow/compare/v0.33.0...v0.33.1
Original file line number Diff line number Diff line change 1
1
### Fixed
2
- - [ JS ] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
2
+ - [ Build ] Add 0.34.1 changes!
3
3
Original file line number Diff line number Diff line change @@ -47,7 +47,11 @@ func FullVersion() string {
47
47
// To cut a new release add a release to the front of this slice then run the
48
48
// release tagging script: ./scripts/tag_release.sh
49
49
var History relic.ImmutableHistory = relic .NewHistory ("Hyperledger Burrow" , "https://github.com/hyperledger/burrow" ).
50
- MustDeclareReleases ("0.34.1 - 2021-07-09" ,
50
+ MustDeclareReleases ("0.34.2 - 2021-07-09" ,
51
+ `### Fixed
52
+ - [Build] Add 0.34.1 changes!
53
+ ` ,
54
+ "0.34.1 - 2021-07-09" ,
51
55
`### Fixed
52
56
- [JS] build function does not swallow errors without a formattedMessage, chdir into basepath before build so solc imports work as expected
53
57
` ,
You can’t perform that action at this time.
0 commit comments