From 19fa04c2026aace5a2caf54dc2a37cbd2c6fd0f0 Mon Sep 17 00:00:00 2001 From: Jorijn Schrijvershof Date: Mon, 5 Jan 2026 09:24:32 +0100 Subject: [PATCH] chore(main): release 0.2.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ docker-compose.yml | 2 +- src/meshmon/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0451499..69535c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6979b0..1f1a4af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/jorijn/meshcore-stats/compare/v0.2.3...v0.2.4) (2026-01-05) + + +### Documentation + +* rewrite README with Docker-first installation guide ([6ac5262](https://github.com/jorijn/meshcore-stats/commit/6ac52629d3025db69f9334d3185b97ce16cd3e4b)) + ## [0.2.3](https://github.com/jorijn/meshcore-stats/compare/v0.2.2...v0.2.3) (2026-01-05) diff --git a/docker-compose.yml b/docker-compose.yml index ba28dac..e09ee37 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.3 # x-release-please-version + image: ghcr.io/jorijn/meshcore-stats:0.2.4 # x-release-please-version container_name: meshcore-stats restart: unless-stopped diff --git a/src/meshmon/__init__.py b/src/meshmon/__init__.py index a7fbc58..a0ba910 100644 --- a/src/meshmon/__init__.py +++ b/src/meshmon/__init__.py @@ -1,3 +1,3 @@ """MeshCore network monitoring library.""" -__version__ = "0.2.3" # x-release-please-version +__version__ = "0.2.4" # x-release-please-version