Skip to content

Commit b583782

Browse files
authored
Merge pull request #4 from Watson1978/v0.3.0
v0.3.0
2 parents e8a2ccf + d618225 commit b583782

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.3.0 (2026/03/17)
2+
3+
Fixes:
4+
5+
* Support ruby-prof 1.x API
6+
* Remove unavailable measure mode (CPU_TIME, GC_TIME, GC_RUNS)
7+
* gem: remove unnecessary version dependency
8+
19
# 0.2.0 (2018/11/21)
210

311
Enhancements:

fluent-rubyprof.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

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

0 commit comments

Comments
 (0)