File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # Release Notes
2+
3+ # Change Log
4+
5+ # Releases
6+
7+ ## Version 0.3.2
8+
9+ This release overhauls the Travis CI configuration to cover more cases more robustly, and fixes a Windows build error introduced in 0.3.1.
10+
11+ ### New and Improved Features
12+
13+ - Restructure Travis CI builds to use rippled's infrastructure [[ #16 ] ( https://github.com/ripple/validator-keys-tool/pull/16 )] .
14+
15+ ### Bug Fixes
16+
17+ - Restores the windows.h include removed in 0.3.1, which is required for Windows builds.
18+
19+ ## Version 0.3.1
20+
21+ This version brings the code up to date with the rippled code base's internal APIs and structures.
22+
23+ ### Bug Fixes
24+
25+ - Update includes paths [[ #14 ] ( https://github.com/ripple/validator-keys-tool/pull/14 )] .
Original file line number Diff line number Diff line change 3939// The build version number. You must edit this for each release
4040// and follow the format described at http://semver.org/
4141// --------------------------------------------------------------------------
42- char const * const versionString = " 0.3.1 "
42+ char const * const versionString = " 0.3.2 "
4343
4444#if defined(DEBUG) || defined(SANITIZER)
4545 " +"
You can’t perform that action at this time.
0 commit comments