Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Apr 6, 2023
1 parent 846cd22 commit e263746
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.25

* Fix GC marking

# 0.2.16

* [flamegraph.pl] Update to latest version
Expand Down
2 changes: 1 addition & 1 deletion lib/stackprof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end

module StackProf
VERSION = '0.2.24'
VERSION = '0.2.25'
end

StackProf.autoload :Report, "stackprof/report.rb"
Expand Down
2 changes: 1 addition & 1 deletion stackprof.gemspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e263746

Please sign in to comment.