Skip to content

Commit

Permalink
0.11.0: Test adapter and RSpec matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Sep 25, 2021
1 parent a74531d commit 5d492d3
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](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.11.0 - 2021-09-25

### Added

- RSpec matchers `increment_yabeda_counter`, `update_yabeda_gauge`, and `measure_yabeda_histogram` for convenient testing. [#25](https://github.com/yabeda-rb/yabeda/pull/25) by [@Envek][]
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.10.1"
VERSION = "0.11.0"
end

0 comments on commit 5d492d3

Please sign in to comment.