Skip to content

Commit

Permalink
0.7.0: #increment and #decrement convenience methods for gauges
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Aug 7, 2020
1 parent 66650ae commit f21191d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.7.0 - 2020-08-07

### Added

- `#increment` and `#decrement` convenience methods for `Yabeda::Gauge`. [#13](https://github.com/yabeda-rb/yabeda/pull/13) by [@dsalahutdinov]
- Ability to use custom step in `#increment` and `#decrement` for gauges. [@Envek]

### Fixed

- Account for default tags in `Yabeda::Metric#get`. [@Envek]

## 0.6.2 - 2020-08-04

### Fixed
Expand Down Expand Up @@ -67,7 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.

### Fixed

- Removed accidental dependency from Rails. @dsalahutdinov
- Removed accidental dependency from Rails. [@dsalahutdinov]

## 0.1.1 - 2018-10-17

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

[@Envek]: https://github.com/Envek "Andrey Novikov"
[@dsalahutdinov]: https://github.com/dsalahutdinov "Dmitry Salahutdinov"
[@asusikov]: https://github.com/asusikov "Alexander Susikov"
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.6.2"
VERSION = "0.7.0"
end

0 comments on commit f21191d

Please sign in to comment.