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:
parent
c02c132a83
commit
d68e3eb37b
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,14 @@
|
|||
### 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)
|
||||
|
||||
#### Major changes
|
||||
|
@ -933,3 +942,4 @@ complete CHANGELOG:
|
|||
* release!
|
||||
|
||||
[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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = '0.12.0'
|
||||
VERSION = '0.12.1'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue