Skip to content

Commit dcc8547

Browse files
committed
release 0.2.0
1 parent 735ab41 commit dcc8547

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changes
22

3+
0.2.0 Tue May 3 10:42:58 CEST 2022
4+
- update dependencies
5+
36
0.1.0 Wed Apr 28 09:40:16 CEST 2021
47
- fix setting PrometheusStatusResponseTimeBuckets
58

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ DISTFILES=\
2525
Apache-Dashboard.json \
2626
LICENSE \
2727
README.md \
28+
Changelog \
2829
Makefile
2930

3031
GOVERSION:=$(shell \
@@ -118,7 +119,7 @@ dist:
118119

119120
releasetarball: clean build
120121
rm -f $(RELEASENAME).tar.gz
121-
tar --transform 's,^,./$(RELEASENAME)/,g' -cf $(RELEASENAME).tar *.so example_apache.conf README.md LICENSE
122+
tar --transform 's,^,./$(RELEASENAME)/,g' -cf $(RELEASENAME).tar *.so example_apache.conf README.md LICENSE Changelog
122123
gzip -9 $(RELEASENAME).tar
123124

124125
release: releasetest

src/mod_prometheus_status.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define VERSION "0.1.0"
1+
#define VERSION "0.2.0"
22
#define NAME "mod_prometheus_status"
33

44
#include "ap_config.h"

0 commit comments

Comments
 (0)