Skip to content

Commit 2bc548d

Browse files
committed
Release 0.20220527
1 parent 59761be commit 2bc548d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.20220527
8+
9+
Performance optimization aimed at decreasing impact that metric collection has
10+
on other requests (#139).
11+
712
## 0.20220127
813

914
Performance optimization of metric collection (#131).

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.20220127
3+
version = 0.20220527
44
author = Anton Tolchanov
55
is_original = yes
66
license = mit

nginx-lua-prometheus-0.20220127-1.rockspec renamed to nginx-lua-prometheus-0.20220527-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.20220127-1"
4+
version = "0.20220527-1"
55

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

1111
description = {

0 commit comments

Comments
 (0)