Skip to content

Commit

Permalink
0.10.0: Debug mode and histograms measuring block runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Jul 21, 2021
1 parent 00ebff7 commit d88c669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.

## Unreleased

## 0.10.0 - 2021-07-21

### Added

- 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/).
Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Yabeda
VERSION = "0.9.0"
VERSION = "0.10.0"
end

0 comments on commit d88c669

Please sign in to comment.