Skip to content

Commit 5d7efcf

Browse files
committed
Set version to 0.3.2
1 parent f78485b commit 5d7efcf

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

RELEASENOTES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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)].

src/ValidatorKeysTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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
"+"

0 commit comments

Comments
 (0)