Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.14.1 #2183

Merged
merged 1 commit into from Apr 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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