From 5d7efcfeda3bdf6f5dda78056004a7c326321e9b Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Mon, 28 Sep 2020 17:06:31 -0400 Subject: [PATCH] Set version to 0.3.2 --- RELEASENOTES.md | 25 +++++++++++++++++++++++++ src/ValidatorKeysTool.cpp | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 RELEASENOTES.md diff --git a/RELEASENOTES.md b/RELEASENOTES.md new file mode 100644 index 0000000..4d4c1b4 --- /dev/null +++ b/RELEASENOTES.md @@ -0,0 +1,25 @@ +# Release Notes + +# Change Log + +# Releases + +## Version 0.3.2 + +This release overhauls the Travis CI configuration to cover more cases more robustly, and fixes a Windows build error introduced in 0.3.1. + +### New and Improved Features + +- Restructure Travis CI builds to use rippled's infrastructure [[#16](https://github.com/ripple/validator-keys-tool/pull/16)]. + +### Bug Fixes + +- Restores the windows.h include removed in 0.3.1, which is required for Windows builds. + +## Version 0.3.1 + +This version brings the code up to date with the rippled code base's internal APIs and structures. + +### Bug Fixes + +- Update includes paths [[#14](https://github.com/ripple/validator-keys-tool/pull/14)]. diff --git a/src/ValidatorKeysTool.cpp b/src/ValidatorKeysTool.cpp index efddbca..161a1dc 100644 --- a/src/ValidatorKeysTool.cpp +++ b/src/ValidatorKeysTool.cpp @@ -39,7 +39,7 @@ // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ //-------------------------------------------------------------------------- -char const* const versionString = "0.3.1" +char const* const versionString = "0.3.2" #if defined(DEBUG) || defined(SANITIZER) "+"