mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Release v0.14.0
This commit is contained in:
parent
6c5d5cd745
commit
6b0d849088
2 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
|||
### master
|
||||
|
||||
### [v0.14.0][v0.14.0] (February 8, 2021)
|
||||
|
||||
#### Features
|
||||
|
||||
* Made `?` an alias to `show-source -d`
|
||||
([#2133](https://github.com/pry/pry/pull/2133))
|
||||
* Added support for Ruby 3.0
|
||||
|
||||
#### Breaking changes
|
||||
|
||||
|
@ -1090,3 +1093,4 @@ complete CHANGELOG:
|
|||
[v0.12.2]: https://github.com/pry/pry/releases/tag/v0.12.2
|
||||
[v0.13.0]: https://github.com/pry/pry/releases/tag/v0.13.0
|
||||
[v0.13.1]: https://github.com/pry/pry/releases/tag/v0.13.1
|
||||
[v0.14.0]: https://github.com/pry/pry/releases/tag/v0.14.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Pry
|
||||
VERSION = '0.13.1'.freeze
|
||||
VERSION = '0.14.0'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue