mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Release v0.12.2
This commit is contained in:
parent
d68e3eb37b
commit
9e338087f2
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
### HEAD
|
||||
|
||||
### [v0.12.2][v0.12.2] (November 12, 2018)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
* Restore removed deprecations, which were removed by accident due to a bad
|
||||
rebase.
|
||||
|
||||
### [v0.12.1][v0.12.1] (November 12, 2018)
|
||||
|
||||
#### Bug fixes
|
||||
|
@ -943,3 +950,4 @@ complete CHANGELOG:
|
|||
|
||||
[v0.12.0]: https://github.com/pry/pry/releases/tag/v0.12.0
|
||||
[v0.12.1]: https://github.com/pry/pry/releases/tag/v0.12.1
|
||||
[v0.12.2]: https://github.com/pry/pry/releases/tag/v0.12.2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = '0.12.1'.freeze
|
||||
VERSION = '0.12.2'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue