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

Release v0.12.1

This commit is contained in:
Kyrylo Silin 2018-11-12 16:02:44 +08:00
parent c02c132a83
commit d68e3eb37b
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,14 @@
### HEAD ### HEAD
### [v0.12.1][v0.12.1] (November 12, 2018)
#### Bug fixes
* Stopped creating a new hash each time `Pry::Prompt#[]` is invoked
([#1855](https://github.com/pry/pry/pull/1855))
* Fixed `less` pager not working when it's available
([#1861](https://github.com/pry/pry/pull/1861))
### [v0.12.0][v0.12.0] (November 5, 2018) ### [v0.12.0][v0.12.0] (November 5, 2018)
#### Major changes #### Major changes
@ -933,3 +942,4 @@ complete CHANGELOG:
* release! * release!
[v0.12.0]: https://github.com/pry/pry/releases/tag/v0.12.0 [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

View file

@ -1,3 +1,3 @@
class Pry class Pry
VERSION = '0.12.0' VERSION = '0.12.1'.freeze
end end