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:
parent
e948fbe965
commit
36d89e5349
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
### master
|
### master
|
||||||
|
|
||||||
|
### [v0.14.1][v0.14.1] (April 12, 2021)
|
||||||
|
|
||||||
#### Bug fixes
|
#### Bug fixes
|
||||||
|
|
||||||
* Fixed bad coloring of some RDoc-style docs
|
* 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.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.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.0]: https://github.com/pry/pry/releases/tag/v0.14.0
|
||||||
|
[v0.14.1]: https://github.com/pry/pry/releases/tag/v0.14.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class Pry
|
class Pry
|
||||||
VERSION = '0.14.0'.freeze
|
VERSION = '0.14.1'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue