Skip to content

Commit

Permalink
0.3.0: Ruby 3.3 metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Jan 4, 2024
1 parent 4922bdf commit d8a9fa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.3.0] - 2024-01-04

### Added

- Ruby 3.3 metrics: `marking_time` and `sweeping_time`. [@aroop] in [#5](https://github.com/ianks/yabeda-gc/pull/5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
yabeda-gc (0.2.1)
yabeda-gc (0.3.0)
yabeda (~> 0.6)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/gc/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module GC
VERSION = "0.2.1"
VERSION = "0.3.0"
end
end

0 comments on commit d8a9fa2

Please sign in to comment.