Skip to content

Commit

Permalink
Merge pull request #2175 from pry/release-0-14-0
Browse files Browse the repository at this point in the history
Release v0.14.0
  • Loading branch information
kyrylo committed Feb 8, 2021
2 parents 6c5d5cd + 0d0dde4 commit cee7b4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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

0 comments on commit cee7b4d

Please sign in to comment.