From d40efa845428cabfcdfcea7e4a14ed8ffb3e7639 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Thu, 21 Apr 2016 15:51:25 -0500 Subject: Version 1.12.0.rc.4 with changelog --- CHANGELOG.md | 6 ++++++ lib/bundler/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8ee0dad0..2de97e77c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.12.0.rc.4 (2016-04-21) + +Bugfixes: + + - don't fail when `bundle outdated` is run with flags and the lockfile contains non-semver versions (#4438, @RochesterinNYC) + ## 1.12.0.rc.3 (2016-04-19) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 9020abce78..7160a0fb2d 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -7,5 +7,5 @@ module Bundler # We're doing this because we might write tests that deal # with other versions of bundler and we are unsure how to # handle this better. - VERSION = "1.12.0.rc.3" unless defined?(::Bundler::VERSION) + VERSION = "1.12.0.rc.4" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1