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.0 #2175

Merged
merged 2 commits into from Feb 8, 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Pry

**Links:**

* https://pryrepl.org/
* https://pry.github.com/
* [YARD API documentation](https://www.rubydoc.info/gems/pry)
* [Wiki](https://github.com/pry/pry/wiki)

Expand Down
2 changes: 1 addition & 1 deletion lib/pry/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

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