From 35bc28aa9cc61578fc46b248524b5c4b39b3e4b0 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Wed, 6 Nov 2013 15:35:20 -0800 Subject: [PATCH] 2.14.4 release. --- Changelog.md | 7 ++++--- lib/rspec/expectations/version.rb | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5730ae1c6..8f9c78102 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,9 @@ -### development +### 2.14.4 / 2013-11-06 +[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.3...v2.14.4) -Bug fixes: +Bug fixes -* Make the `match` matcher produce a diff output (Jon Rowe, Ben Moss) +* Make the `match` matcher produce a diff output. (Jon Rowe, Ben Moss) * Choose encoding for diff's more intelligently, and when all else fails fall back to default internal encoding with replacing characters. (Jon Rowe) diff --git a/lib/rspec/expectations/version.rb b/lib/rspec/expectations/version.rb index 1002541b5..0ab06180a 100644 --- a/lib/rspec/expectations/version.rb +++ b/lib/rspec/expectations/version.rb @@ -2,7 +2,7 @@ module RSpec module Expectations # @private module Version - STRING = '2.14.3' + STRING = '2.14.4' end end end