From 364b278a19ce1b63821a513ee7db50a41a850f56 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Thu, 28 Apr 2011 17:23:07 -0700 Subject: [PATCH] Version 1.0.13 --- CHANGELOG.md | 8 ++++++++ lib/bundler/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ddd8e34b5..1adf1f61480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.13 (April 28, 2011) + +Features: + + - Compatibility with Rubygems master (soon to be v1.8) + - Check for Rubygems features before overriding them + - Informative error when --path points to a broken symlink + ## 1.0.12 (April 8, 2011) Features: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index acbed5ff760..d5bc0e063de 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.0.12" unless defined?(::Bundler::VERSION) + VERSION = "1.0.13" unless defined?(::Bundler::VERSION) end