Skip to content

Commit f21191d

Browse files
committedAug 7, 2020
0.7.0: #increment and #decrement convenience methods for gauges
#13 by @dsalahutdinov
1 parent 66650ae commit f21191d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
 

‎CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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+
819
## 0.6.2 - 2020-08-04
920

1021
### Fixed
@@ -67,7 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6778

6879
### Fixed
6980

70-
- Removed accidental dependency from Rails. @dsalahutdinov
81+
- Removed accidental dependency from Rails. [@dsalahutdinov]
7182

7283
## 0.1.1 - 2018-10-17
7384

@@ -80,4 +91,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8091
- Initial release of evil-metrics gem. @Envek
8192

8293
[@Envek]: https://github.com/Envek "Andrey Novikov"
94+
[@dsalahutdinov]: https://github.com/dsalahutdinov "Dmitry Salahutdinov"
8395
[@asusikov]: https://github.com/asusikov "Alexander Susikov"

‎lib/yabeda/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Yabeda
4-
VERSION = "0.6.2"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.