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

Release v0.14.1

This commit is contained in:
Kyrylo Silin 2021-04-12 13:30:25 +03:00
parent e948fbe965
commit 36d89e5349
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
### master
### [v0.14.1][v0.14.1] (April 12, 2021)
#### Bug fixes
* Fixed bad coloring of some RDoc-style docs
@ -1105,3 +1107,4 @@ complete CHANGELOG:
[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
[v0.14.1]: https://github.com/pry/pry/releases/tag/v0.14.1

View file

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