Skip to content

Commit ec5e702

Browse files
committed
Release 0.20230607
1 parent bbf29d5 commit ec5e702

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.20230607
8+
9+
Improved checking of label values.
10+
711
## 0.20221218
812

913
- Added escaping of newline characters in label values (#145).

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

nginx-lua-prometheus-0.20221218-1.rockspec renamed to nginx-lua-prometheus-0.20230607-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.20221218-1"
4+
version = "0.20230607-1"
55

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

1111
description = {

0 commit comments

Comments
 (0)