summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-24 18:29:31 -0800
committerAndre Arko <andre@arko.net>2015-02-24 18:29:31 -0800
commit56de835671a07fc517926d437aabb2b1cd8da52c (patch)
treea4dbb5e482e748de45131966bd7ac79ade7f3870
parent8ca8ee09997a46e3959145c9d00d74a374913b71 (diff)
downloadbundler-1.8.3.tar.gz
Verison 1.8.3 with changelogv1.8.3
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/bundler/version.rb2
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6244414170..920835ebc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,22 @@
+## 1.8.3 (2015-02-24)
+
+Bugfixes:
+
+ - handle boolean values for gem settings (@EduardoBautista)
+ - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore)
+
## 1.8.2 (2015-02-14)
Bugfixes:
- - allow config settings for gems with 'http' in the name again (#3398, @tmoore)
+ - allow config settings for gems with 'http' in the name again (#3398, @TimMoore)
## 1.8.1 (2015-02-13)
Bugfixes:
- synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
- - set gemspec bindir correctly (#3392, @tmoore)
+ - set gemspec bindir correctly (#3392, @TimMoore)
- request lockfile deletion when it is malformed (#3396, @indirect)
- explain problem when mirror config is missing (#3386, @indirect)
- explain problem when caching causes permission error (#3390, @indirect)
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 65a955cb72..8d797fa67c 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,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.8.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.3" unless defined?(::Bundler::VERSION)
end