Compare commits

..

2 Commits

Author SHA1 Message Date
Jorijn Schrijvershof 570a086c8c chore(main): release 0.2.13 (#60) 2026-01-09 09:06:00 +01:00
Jorijn Schrijvershof 3a0306043c chore: drop digest from compose image (#59) 2026-01-09 09:04:27 +01:00
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "0.2.12"
".": "0.2.13"
}
+7
View File
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
This changelog is automatically generated by [release-please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org/).
## [0.2.13](https://github.com/jorijn/meshcore-stats/compare/v0.2.12...v0.2.13) (2026-01-09)
### Miscellaneous Chores
* drop digest from compose image ([#59](https://github.com/jorijn/meshcore-stats/issues/59)) ([3a03060](https://github.com/jorijn/meshcore-stats/commit/3a0306043c8a8dfeb1b5b6df6fa988322cc64e98))
## [0.2.12](https://github.com/jorijn/meshcore-stats/compare/v0.2.11...v0.2.12) (2026-01-09)
+1 -1
View File
@@ -15,7 +15,7 @@ services:
# MeshCore Stats - Data collection and rendering
# ==========================================================================
meshcore-stats:
image: ghcr.io/jorijn/meshcore-stats:0.2.12 # x-release-please-version
image: ghcr.io/jorijn/meshcore-stats:0.2.13 # x-release-please-version
container_name: meshcore-stats
restart: unless-stopped
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "meshcore-stats"
version = "0.2.12"
version = "0.2.13"
description = "MeshCore LoRa mesh network monitoring and statistics"
readme = "README.md"
requires-python = ">=3.11"
+1 -1
View File
@@ -1,3 +1,3 @@
"""MeshCore network monitoring library."""
__version__ = "0.2.12" # x-release-please-version
__version__ = "0.2.13" # x-release-please-version
Generated
+1 -1
View File
@@ -752,7 +752,7 @@ wheels = [
[[package]]
name = "meshcore-stats"
version = "0.2.12"
version = "0.2.13"
source = { editable = "." }
dependencies = [
{ name = "jinja2" },