Skip to content

Commit

Permalink
version 0.9.2 release, updated CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Jun 20, 2011
1 parent 2f32b72 commit 5c4feac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.2pre1"
VERSION = "0.9.2"
end

0 comments on commit 5c4feac

Please sign in to comment.