Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Jul 29, 2020
1 parent 8484891 commit 0b53273
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## master (unreleased)

### 0.12.0
### 0.20.0 (2020-07-17)

- Fix `up` and `down` commands in `pry`. ([@gsamokovarov][])
- Support for `pry-remote`. ([@gsamokovarov][])

### 0.12.0 (2020-07-17)

- Support for `pry` version `0.13` and above. ([@gsamokovarov][])
- Fix a crash in multi-threaded environments. ([@gsamokovarov][])
Expand Down
2 changes: 1 addition & 1 deletion lib/break/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Break
VERSION = "0.12.0"
VERSION = "0.20.0"
end

0 comments on commit 0b53273

Please sign in to comment.