File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.7.0 - 2020-08-07
9
+
10
+ ### Added
11
+
12
+ - ` #increment ` and ` #decrement ` convenience methods for ` Yabeda::Gauge ` . [ #13 ] ( https://github.com/yabeda-rb/yabeda/pull/13 ) by [ @dsalahutdinov ]
13
+ - Ability to use custom step in ` #increment ` and ` #decrement ` for gauges. [ @Envek ]
14
+
15
+ ### Fixed
16
+
17
+ - Account for default tags in ` Yabeda::Metric#get ` . [ @Envek ]
18
+
8
19
## 0.6.2 - 2020-08-04
9
20
10
21
### Fixed
@@ -67,7 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
67
78
68
79
### Fixed
69
80
70
- - Removed accidental dependency from Rails. @dsalahutdinov
81
+ - Removed accidental dependency from Rails. [ @dsalahutdinov ]
71
82
72
83
## 0.1.1 - 2018-10-17
73
84
@@ -80,4 +91,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
80
91
- Initial release of evil-metrics gem. @Envek
81
92
82
93
[ @Envek ] : https://github.com/Envek " Andrey Novikov "
94
+ [ @dsalahutdinov ] : https://github.com/dsalahutdinov " Dmitry Salahutdinov "
83
95
[ @asusikov ] : https://github.com/asusikov " Alexander Susikov "
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.6.2 "
4
+ VERSION = "0.7.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments