mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
version 0.9.2 release, updated CHANGELOG and version
This commit is contained in:
parent
2f32b72dd2
commit
5c4feac500
2 changed files with 6 additions and 1 deletions
|
@ -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
|
17/6/2011 version 0.9.0
|
||||||
* plugin system
|
* plugin system
|
||||||
* regex commands
|
* regex commands
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
class Pry
|
class Pry
|
||||||
VERSION = "0.9.2pre1"
|
VERSION = "0.9.2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue