We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7563df2 commit 7e0a903Copy full SHA for 7e0a903
CHANGELOG
@@ -1,3 +1,5 @@
1
+## v0.6.0 (31 December 2020)
2
+* Use binding_of_caller version for Ruby 3.0 (#55)
3
* Rename 'show-stack' to 'stack' (#50, #8)
4
5
## v0.5.1 (21 May 2020)
lib/pry-stack_explorer/version.rb
@@ -1,3 +1,3 @@
-module PryStackExplorer
- VERSION = '0.5.1'
-end
+module PryStackExplorer
+ VERSION = '0.6.0'
+end
0 commit comments