1
0
Fork 0
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:
Kyrylo Silin 2021-02-08 14:42:32 +02:00
parent 6c5d5cd745
commit 6b0d849088
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
class Pry
VERSION = '0.13.1'.freeze
VERSION = '0.14.0'.freeze
end