Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 226dd03

Browse files
committed
Version 1.14.0.pre.2 with changelog
1 parent 840bd52 commit 226dd03

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## 1.14.0.pre.1
1+
## 1.14.0.pre.2 (2016-01-11)
2+
3+
Bugfixes:
4+
5+
- allow not selecting a gem when running `bundle open` (#5301, @segiddins)
6+
- support installing gems from git branches that contain shell metacharacters (#5295, @segiddins)
7+
- fix a resolver error that could leave dependencies unresolved (#5294, @segiddins)
8+
- fix a stack overflow error when invoking commands (#5296, @segiddins)
9+
10+
## 1.14.0.pre.1 (2016-12-xx)
211

312
Features:
413

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ module Bundler
77
# We're doing this because we might write tests that deal
88
# with other versions of bundler and we are unsure how to
99
# handle this better.
10-
VERSION = "1.14.0.pre.1" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.14.0.pre.2" unless defined?(::Bundler::VERSION)
1111
end

0 commit comments

Comments
 (0)