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
7 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.2.12"
".": "0.2.13"
}

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)

View File

@@ -15,7 +15,7 @@ services:
# MeshCore Stats - Data collection and rendering
# ==========================================================================
meshcore-stats:
image: ghcr.io/jorijn/meshcore-stats:0.2.12@sha256:82ca2230abba7d8846315a4fa09f1a2407695caf73fef029e6e6ea83c60c4290 # x-release-please-version
image: ghcr.io/jorijn/meshcore-stats:0.2.13 # x-release-please-version
container_name: meshcore-stats
restart: unless-stopped

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"

View File

@@ -13,6 +13,15 @@
"github-actions"
],
"pinDigests": true
},
{
"matchManagers": [
"docker-compose"
],
"matchPackageNames": [
"ghcr.io/jorijn/meshcore-stats"
],
"pinDigests": false
}
]
}

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

2
uv.lock generated
View File

@@ -752,7 +752,7 @@ wheels = [
[[package]]
name = "meshcore-stats"
version = "0.2.12"
version = "0.2.13"
source = { editable = "." }
dependencies = [
{ name = "jinja2" },