diff --git a/CHANGELOG b/CHANGELOG index ef48da1f..d7e9ba31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +21/6/2011 version 0.9.2 +* fixed string interpolation bug (caused valid ruby code not to execute, sorry!) +* fixed `ls` command, so it can properly display members of Object and classes, and BasicObject, etc +* added a few git related commands to experimental command set, blame and diff + 17/6/2011 version 0.9.0 * plugin system * regex commands diff --git a/lib/pry/version.rb b/lib/pry/version.rb index 9a542a8e..0e083407 100644 --- a/lib/pry/version.rb +++ b/lib/pry/version.rb @@ -1,3 +1,3 @@ class Pry - VERSION = "0.9.2pre1" + VERSION = "0.9.2" end