summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2013-01-20 03:31:04 +0100
committerJohn Mair <jrmair@gmail.com>2013-01-20 03:40:30 +0100
commit6ce68078a7e5d4c988e4d1fae72258369d0cc545 (patch)
treee0975109b7a031cbad18568320ab84ccfebe74f2
parent4df6aa80f38679975f2647b6c26c0a7251c76325 (diff)
downloadpry-6ce68078a7e5d4c988e4d1fae72258369d0cc545.tar.gz
version 0.9.11.4 releasev0.9.11.4
* fixed pager bug (wouldn't render color codes in some circumstances)
-rw-r--r--CHANGELOG4
-rw-r--r--lib/pry/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 202c63d6..a469cea4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+20/01/2012 version 0.9.11.4
+* fixed pager bug (wouldn't render color codes in some circumstances)
+* added Pry.last_internal_error, useful for devs debugging commands
+
17/01/2012 version 0.9.11.3
* fix Pry.run_command
* improve `ls` output
diff --git a/lib/pry/version.rb b/lib/pry/version.rb
index 15116610..dca34ad4 100644
--- a/lib/pry/version.rb
+++ b/lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
- VERSION = "0.9.11.3"
+ VERSION = "0.9.11.4"
end