1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Release v0.12.0

Fixes #1776 (Let's release v0.12.0)
This commit is contained in:
Kyrylo Silin 2018-11-05 04:27:32 +08:00
parent 2113ae2493
commit 4b0b49bcbe
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -1,3 +1,3 @@
class Pry
VERSION = "0.11.3"
VERSION = '0.12.0'
end