Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joallard committed Dec 31, 2020
1 parent 7563df2 commit 7e0a903
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.6.0 (31 December 2020)
* Use binding_of_caller version for Ruby 3.0 (#55)
* Rename 'show-stack' to 'stack' (#50, #8)

## v0.5.1 (21 May 2020)
Expand Down
6 changes: 3 additions & 3 deletions lib/pry-stack_explorer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PryStackExplorer
VERSION = '0.5.1'
end
module PryStackExplorer
VERSION = '0.6.0'
end

0 comments on commit 7e0a903

Please sign in to comment.