version 0.9.2 release, updated CHANGELOG and version

This commit is contained in:
John Mair 2011-06-21 03:17:04 +12:00
parent 2f32b72dd2
commit 5c4feac500
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.2pre1"
VERSION = "0.9.2"
end