Commit b9bb7c4 1 parent 7df0d8e commit b9bb7c4 Copy full SHA for b9bb7c4
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ ## 0.13.0 - 2024-10-02
11
+
10
12
### Added
11
13
12
14
- Ability to limit some metrics to specific adapters. [ #37 ] ( https://github.com/yabeda-rb/yabeda/pull/37 ) by [ @Keallar ] and [ @Envek ]
@@ -23,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23
25
end
24
26
```
25
27
26
- - Multiple expectations in RSpec matchers:
28
+ - Multiple expectations in RSpec matchers. [ @ Envek ]
27
29
28
30
``` ruby
29
31
expect { whatever }.to increment_yabeda_counter(:my_counter ).with(
@@ -44,7 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
44
46
45
47
### Fixed
46
48
47
- - Railtie loading to prevent calling methods that have not yet been defined
49
+ - Railtie loading to prevent calling methods that have not yet been defined. [ # 38 ] ( https://github.com/yabeda-rb/yabeda/pull/38 ) by [ @ bibendi ] .
48
50
49
51
## 0.12.0 - 2023-07-28
50
52
@@ -179,4 +181,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
179
181
[ @dsalahutdinov ] : https://github.com/dsalahutdinov " Dmitry Salahutdinov "
180
182
[ @asusikov ] : https://github.com/asusikov " Alexander Susikov "
181
183
[ @liaden ] : https://github.com/liaden " Joel Johnson "
184
+ [ @bibendi ] : https://github.com/bibendi " Misha Merkushin "
182
185
[ @Keallar ] : https://github.com/Keallar " Eugene Lysanskiy "
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Yabeda
4
- VERSION = "0.12 .0"
4
+ VERSION = "0.13 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments