This is an automated email from the ASF dual-hosted git repository. donaldp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildr.git
commit 58c3057193a2c09c00a473bb1f130ae28a2c6551 Author: Peter Donald <[email protected]> AuthorDate: Sat Feb 16 20:12:41 2019 +1100 Prepare for next development iteration --- CHANGELOG | 2 ++ lib/buildr/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 135816d..a4d325c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.5.8 (Pending) + 1.5.7 (2019-02-16) * Fixed: The fix that allowed special characters in usernames and passwords was only partially applied in the `1.5.6` release. The complete fix that correctly decoded usernames and passwords before diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 9147037..1b68d1c 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.5.7'.freeze + VERSION = '1.5.8.dev'.freeze end
