diff --git a/CHANGELOG b/CHANGELOG index 8e4920fcc..7d23a14cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +19/4/2012 version 0.9.9.3 major doc bugfix +* show-doc would fail on some core classes, i.e `show-doc Bignum`. This is now fixed +and show allow a wider range of core documentation to be viewed directly in Pry. + 18/4/2012 version 0.9.9.2 minor bugfix * make correct_indentation's auto-colorization respect Pry.color diff --git a/lib/pry/version.rb b/lib/pry/version.rb index e3ce6856b..371724cc5 100644 --- a/lib/pry/version.rb +++ b/lib/pry/version.rb @@ -1,3 +1,3 @@ class Pry - VERSION = "0.9.9.2" + VERSION = "0.9.9.3" end diff --git a/pry.gemspec b/pry.gemspec index 47cf2f671..c4a97d384 100644 --- a/pry.gemspec +++ b/pry.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = "pry" - s.version = "0.9.9.2" + s.version = "0.9.9.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["John Mair (banisterfiend)"] - s.date = "2012-04-19" + s.date = "2012-04-20" s.description = "An IRB alternative and runtime developer console" s.email = "jrmair@gmail.com" s.executables = ["pry"]