Skip to content

Commit af634ba

Browse files
release: 0.16.0
1 parent 8b398b5 commit af634ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.16.0] - 2023-01-27
910
### Added
1011

1112
- Handle to clear psutils metrics

metrics/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local Gauge = require('metrics.collectors.gauge')
1010
local Histogram = require('metrics.collectors.histogram')
1111
local Summary = require('metrics.collectors.summary')
1212

13-
local VERSION = '0.15.1-scm'
13+
local VERSION = '0.16.0'
1414

1515
local registry = rawget(_G, '__metrics_registry')
1616
if not registry then

0 commit comments

Comments
 (0)