Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.3.0 (2026/03/17)

Fixes:

* Support ruby-prof 1.x API
* Remove unavailable measure mode
Comment thread
Watson1978 marked this conversation as resolved.
Outdated
* gem: remove unnecessary version dependency

# 0.2.0 (2018/11/21)

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion fluent-rubyprof.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-rubyprof"
spec.version = "0.2.0"
spec.version = "0.3.0"
spec.authors = ["Naotoshi Seo"]
spec.email = ["sonots@gmail.com"]
spec.summary = %q{Tools for start/stop ruby-prof dynamically from outside of fluentd}
Expand Down