summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-16 17:47:16 -0700
committerAndre Arko <andre@arko.net>2010-04-16 17:47:16 -0700
commit41c9dc681335f70aa0bc4d2d02621c85801e1155 (patch)
treeeb487209ca36e2638daab97c2b2e27083b4342f0
parente49f3aad0ce06f8358d23158120d49855cba43bf (diff)
downloadbundler-41c9dc681335f70aa0bc4d2d02621c85801e1155.tar.gz
Version 0.9.210.9.21
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9fc077692..fdd716a17b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.9.21 (April 16, 2010)
+
+Bugfixes:
+
+ - don't raise 'omg wtf' when lockfile is outdated
+
## 0.9.20 (April 15, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index cf3a94e6fe..da14c60633 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.20"
+ VERSION = "0.9.21"
end \ No newline at end of file