Skip to content

Commit d88c669

Browse files
committedJul 21, 2021
0.10.0: Debug mode and histograms measuring block runtime
1 parent 00ebff7 commit d88c669

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 0.10.0 - 2021-07-21
11+
1012
### Added
1113

1214
- Ability to pass a block to `Yabeda::Histogram#measure` to automatically measure its runtime in seconds using [monotonic time](https://blog.dnsimple.com/2018/03/elapsed-time-with-ruby-the-right-way/).

‎lib/yabeda/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Yabeda
4-
VERSION = "0.9.0"
4+
VERSION = "0.10.0"
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.