From d787a8064d5b5aba45bb673e7967d8b9da7e5bfa Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Sat, 15 Aug 2015 14:48:51 -0700 Subject: [PATCH] Bump to 2.13.2 --- History.txt | 7 +++++++ lib/puma/const.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 6722020c..72c8bb09 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,10 @@ +=== 2.13.2 / 2015-08-15 + +The "clearly I don't have enough tests for the config" release. + +* 1 bug fix: + * Fix another place binds wasn't initialized. Fixes #767 + === 2.13.1 / 2015-08-15 * 2 bug fixes: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index d4c37a82..8781db08 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -99,7 +99,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "2.13.1".freeze + PUMA_VERSION = VERSION = "2.13.2".freeze CODE_NAME = "A Midsummer Code's Dream".freeze FAST_TRACK_KA_TIMEOUT = 0.2