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 846cd22 commit e263746Copy full SHA for e263746
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.25
2
+
3
+* Fix GC marking
4
5
# 0.2.16
6
7
* [flamegraph.pl] Update to latest version
lib/stackprof.rb
@@ -14,7 +14,7 @@
14
end
15
16
module StackProf
17
- VERSION = '0.2.24'
+ VERSION = '0.2.25'
18
19
20
StackProf.autoload :Report, "stackprof/report.rb"
stackprof.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'stackprof'
- s.version = '0.2.24'
+ s.version = '0.2.25'
s.homepage = 'http://github.com/tmm1/stackprof'
s.authors = 'Aman Gupta'
0 commit comments