Skip to content

Commit

Permalink
0.13.0: Limit metrics to specific adapters, optional tags for counters
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Oct 2, 2024
1 parent 7df0d8e commit b9bb7c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 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.13.0 - 2024-10-02

### Added

- Ability to limit some metrics to specific adapters. [#37](https://github.com/yabeda-rb/yabeda/pull/37) by [@Keallar] and [@Envek]
Expand All @@ -23,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
end
```

- Multiple expectations in RSpec matchers:
- Multiple expectations in RSpec matchers. [@Envek]

```ruby
expect { whatever }.to increment_yabeda_counter(:my_counter).with(
Expand All @@ -44,7 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Railtie loading to prevent calling methods that have not yet been defined
- Railtie loading to prevent calling methods that have not yet been defined. [#38](https://github.com/yabeda-rb/yabeda/pull/38) by [@bibendi].
## 0.12.0 - 2023-07-28
Expand Down Expand Up @@ -179,4 +181,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@dsalahutdinov]: https://github.com/dsalahutdinov "Dmitry Salahutdinov"
[@asusikov]: https://github.com/asusikov "Alexander Susikov"
[@liaden]: https://github.com/liaden "Joel Johnson"
[@bibendi]: https://github.com/bibendi "Misha Merkushin"
[@Keallar]: https://github.com/Keallar "Eugene Lysanskiy"
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.12.0"
VERSION = "0.13.0"
end

0 comments on commit b9bb7c4

Please sign in to comment.