We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7473705 commit e3e6bd2Copy full SHA for e3e6bd2
CHANGELOG
@@ -1,4 +1,6 @@
1
-* Stack now filters for application frames
+## v0.6.1 (8 February 2021)
2
+* Fix 'Source Code' link in gem metadata
3
+* Stack now filters for application frames (#53)
4
5
## v0.6.0 (31 December 2020)
6
* Use binding_of_caller version for Ruby 3.0 (#55)
lib/pry-stack_explorer/version.rb
@@ -1,3 +1,3 @@
module PryStackExplorer
- VERSION = '0.6.0'
+ VERSION = '0.6.1'
end
0 commit comments