Skip to content

Commit e263746

Browse files
committed
bump version
1 parent 846cd22 commit e263746

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.25
2+
3+
* Fix GC marking
4+
15
# 0.2.16
26

37
* [flamegraph.pl] Update to latest version

lib/stackprof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
end
1515

1616
module StackProf
17-
VERSION = '0.2.24'
17+
VERSION = '0.2.25'
1818
end
1919

2020
StackProf.autoload :Report, "stackprof/report.rb"

stackprof.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'stackprof'
3-
s.version = '0.2.24'
3+
s.version = '0.2.25'
44
s.homepage = 'http://github.com/tmm1/stackprof'
55

66
s.authors = 'Aman Gupta'

0 commit comments

Comments
 (0)