chore(release): 1.0.1

This commit is contained in:
gitea-actions
2025-09-20 08:51:53 +00:00
parent 3ec4185f48
commit 1abdab47b4
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
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. 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.
## 1.0.1 (2025-09-20)
## 1.1.0 (2025-09-20) ## 1.1.0 (2025-09-20)
@@ -27,4 +29,3 @@ All notable changes to this project will be documented in this file. See [commit
### Bug Fixes ### Bug Fixes
* **prometheus-exporter:** fix metric naming to be consistent with prometheus reqs ([431b73e](https://git.bjornp.com/bjorn/factorio-prometheus-exporter/commit/431b73ee2dd7b3d78076a4eda6af813072f18678)) * **prometheus-exporter:** fix metric naming to be consistent with prometheus reqs ([431b73e](https://git.bjornp.com/bjorn/factorio-prometheus-exporter/commit/431b73ee2dd7b3d78076a4eda6af813072f18678))

View File

@@ -1,6 +1,6 @@
{ {
"name": "prometheus-exporter", "name": "prometheus-exporter",
"version": "1.0.0", "version": "1.0.1",
"title": "Prometheus Exporter for Factorio", "title": "Prometheus Exporter for Factorio",
"author": "Bjorn Pijnacker", "author": "Bjorn Pijnacker",
"factorio_version": "2.0", "factorio_version": "2.0",
@@ -8,4 +8,4 @@
"base >= 2.0" "base >= 2.0"
], ],
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
} }