chore(main): release 0.2.9 (#27)

This commit is contained in:
Jorijn Schrijvershof
2026-01-06 13:57:15 +01:00
committed by GitHub
parent f7923b9434
commit c199ace4a2
4 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.2.8"
".": "0.2.9"
}

View File

@@ -4,6 +4,18 @@ 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.9](https://github.com/jorijn/meshcore-stats/compare/v0.2.8...v0.2.9) (2026-01-06)
### Bug Fixes
* tooltip positioning and locale-aware time formatting ([f7923b9](https://github.com/jorijn/meshcore-stats/commit/f7923b94346c3d492e7291ecca208ab704176308))
### Continuous Integration
* add artifact-metadata permission for attestation storage records ([c978844](https://github.com/jorijn/meshcore-stats/commit/c978844271eafd35f4778d748d7c832309d1614f))
## [0.2.8](https://github.com/jorijn/meshcore-stats/compare/v0.2.7...v0.2.8) (2026-01-06)

View File

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

View File

@@ -1,3 +1,3 @@
"""MeshCore network monitoring library."""
__version__ = "0.2.8" # x-release-please-version
__version__ = "0.2.9" # x-release-please-version