Skip to content

Commit

Permalink
Prepare for v0.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jan 8, 2023
1 parent c18a7b0 commit 0e59722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### master

### [v0.14.2][v0.14.2] (January 9, 2023)

#### Features

* Configure `code` as a supported editor on Pry::Editor
Expand Down
2 changes: 1 addition & 1 deletion lib/pry/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

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

0 comments on commit 0e59722

Please sign in to comment.