Skip to content

Commit

Permalink
Merge pull request #2183 from pry/release-0-14-1
Browse files Browse the repository at this point in the history
Release v0.14.1
  • Loading branch information
kyrylo committed Apr 12, 2021
2 parents e948fbe + 36d89e5 commit 0aae8c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
### master

### [v0.14.1][v0.14.1] (April 12, 2021)

#### Bug fixes

* Fixed bad coloring of some RDoc-style docs
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/pry/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Pry
VERSION = '0.14.0'.freeze
VERSION = '0.14.1'.freeze
end

0 comments on commit 0aae8c9

Please sign in to comment.