Skip to content

Commit d8a9fa2

Browse files
committed
0.3.0: Ruby 3.3 metrics
1 parent 4922bdf commit d8a9fa2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.3.0] - 2024-01-04
4+
35
### Added
46

57
- Ruby 3.3 metrics: `marking_time` and `sweeping_time`. [@aroop] in [#5](https://github.com/ianks/yabeda-gc/pull/5)

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
yabeda-gc (0.2.1)
4+
yabeda-gc (0.3.0)
55
yabeda (~> 0.6)
66

77
GEM

lib/yabeda/gc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Yabeda
44
module GC
5-
VERSION = "0.2.1"
5+
VERSION = "0.3.0"
66
end
77
end

0 commit comments

Comments
 (0)