Skip to content

Commit 9308961

Browse files
committed
Release 0.20201218
1 parent 499de49 commit 9308961

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file only calls out major changes. Please see [the list of Git commits](
44
https://github.com/knyar/nginx-lua-prometheus/commits/master) for the full list
55
of changes.
66

7+
## 0.20201218
8+
9+
Histogram metrics can now be reset (#112).
10+
711
## 0.20201118
812

913
Allow utf8 label values (#110).

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = nginx-lua-prometheus
22
abstract = Prometheus metric library for Nginx
3-
version = 0.20201118
3+
version = 0.20201218
44
author = Anton Tolchanov
55
is_original = yes
66
license = mit

nginx-lua-prometheus-0.20201118-1.rockspec renamed to nginx-lua-prometheus-0.20201218-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-- Note, this file must have version in its name
22
-- (see https://github.com/knyar/nginx-lua-prometheus/issues/27)
33
package = "nginx-lua-prometheus"
4-
version = "0.20201118-1"
4+
version = "0.20201218-1"
55

66
source = {
77
url = "git://github.com/knyar/nginx-lua-prometheus.git",
8-
tag = "0.20201118",
8+
tag = "0.20201218",
99
}
1010

1111
description = {

0 commit comments

Comments
 (0)