From c199ace4a2a2ee2ab24c4b63c168273a012510f2 Mon Sep 17 00:00:00 2001 From: Jorijn Schrijvershof Date: Tue, 6 Jan 2026 13:57:15 +0100 Subject: [PATCH] chore(main): release 0.2.9 (#27) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ docker-compose.yml | 2 +- src/meshmon/__init__.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7cf9b3..e60bf2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.8" + ".": "0.2.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac54ca..6a74b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docker-compose.yml b/docker-compose.yml index ceb00b7..5b5a671 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/src/meshmon/__init__.py b/src/meshmon/__init__.py index 4cdbbf5..1f1ff88 100644 --- a/src/meshmon/__init__.py +++ b/src/meshmon/__init__.py @@ -1,3 +1,3 @@ """MeshCore network monitoring library.""" -__version__ = "0.2.8" # x-release-please-version +__version__ = "0.2.9" # x-release-please-version