mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
parent
2113ae2493
commit
4b0b49bcbe
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
### HEAD
|
||||
|
||||
### [v0.12.0][v0.12.0] (November 5, 2018)
|
||||
|
||||
#### Major changes
|
||||
|
||||
* Dropped support for Rubinius ([#1785](https://github.com/pry/pry/pull/1785))
|
||||
|
@ -929,3 +931,5 @@ complete CHANGELOG:
|
|||
|
||||
### 0.1.0 (2010/12/8)
|
||||
* release!
|
||||
|
||||
[v0.12.0]: https://github.com/pry/pry/releases/tag/v0.12.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.11.3"
|
||||
VERSION = '0.12.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue