Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed May 3, 2022
1 parent 735ab41 commit dcc8547
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changes

0.2.0 Tue May 3 10:42:58 CEST 2022
- update dependencies

0.1.0 Wed Apr 28 09:40:16 CEST 2021
- fix setting PrometheusStatusResponseTimeBuckets

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ DISTFILES=\
Apache-Dashboard.json \
LICENSE \
README.md \
Changelog \
Makefile

GOVERSION:=$(shell \
Expand Down Expand Up @@ -118,7 +119,7 @@ dist:

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

release: releasetest
Expand Down
2 changes: 1 addition & 1 deletion src/mod_prometheus_status.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VERSION "0.1.0"
#define VERSION "0.2.0"
#define NAME "mod_prometheus_status"

#include "ap_config.h"
Expand Down

0 comments on commit dcc8547

Please sign in to comment.