Skip to content

Commit

Permalink
Set version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Sep 28, 2020
1 parent f78485b commit 5d7efcf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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)].
2 changes: 1 addition & 1 deletion src/ValidatorKeysTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"+"
Expand Down

0 comments on commit 5d7efcf

Please sign in to comment.