From 9f4e81deb7c35e7929c3c2fdae120a11e8268cf8 Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Tue, 7 Oct 2025 17:31:01 +0000 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 5 +++++ src/info.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e7ebb5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## 0.0.2 (2025-10-07) diff --git a/src/info.json b/src/info.json index ba9be30..c647af3 100644 --- a/src/info.json +++ b/src/info.json @@ -1,6 +1,6 @@ { "name": "prometheus-exporter", - "version": "0.0.1", + "version": "0.0.2", "title": "Prometheus Exporter for Factorio", "author": "Bjorn Pijnacker", "factorio_version": "2.0", @@ -8,4 +8,4 @@ "base >= 2.0" ], "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" -} \ No newline at end of file +}