summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2013-01-17 00:54:49 +0100
committerJohn Mair <jrmair@gmail.com>2013-01-17 00:54:49 +0100
commit80e772ac8d8bb310e74074ab0a59d89c144e1c9a (patch)
tree64c945bbb93217b674668ac66f1109dcf5f43aa4
parent19aa778526930e64318288b9d40f439e89a16b9a (diff)
downloadpry-0.9.11.2.tar.gz
0.9.11.2 bugfix for windowsv0.9.11.2
minor bug fix for gist on windows, rescuing Jist::ClipboardError rather than letting the scary error spill out to users and potentially have them think the gist didnt post.
-rw-r--r--CHANGELOG5
-rw-r--r--lib/pry/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 14cc3bfd..74d767ca 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+16/01/2012 version 0.9.11.2
+* minor bug fix for gist on windows, rescuing Jist::ClipboardError
+rather than letting the scary error spill out to users and potentially
+have them think the gist didnt post.
+
16/01/2012 version 0.9.11.1
* fixed minor bug in 'gist' command where i neglected to remove
a call to a non-existent method (no_arg) which was called when
diff --git a/lib/pry/version.rb b/lib/pry/version.rb
index 046b3031..d8506014 100644
--- a/lib/pry/version.rb
+++ b/lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
- VERSION = "0.9.11.1"
+ VERSION = "0.9.11.2"
end