From 8372fc5ef0fd4607c12e0138b8dc41debfd98117 Mon Sep 17 00:00:00 2001 From: Jorijn Schrijvershof Date: Tue, 13 Jan 2026 06:44:41 +0100 Subject: [PATCH] chore(main): release 0.2.14 (#63) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ docker-compose.yml | 2 +- pyproject.toml | 2 +- src/meshmon/__init__.py | 2 +- uv.lock | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45f2163..9007059 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.13" + ".": "0.2.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 691e800..87657c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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.14](https://github.com/jorijn/meshcore-stats/compare/v0.2.13...v0.2.14) (2026-01-13) + + +### Miscellaneous Chores + +* add lockFileMaintenance to update types ([#65](https://github.com/jorijn/meshcore-stats/issues/65)) ([b249a21](https://github.com/jorijn/meshcore-stats/commit/b249a217e85031a0ce73865e577d37583c3af5ea)) +* **deps:** lock file maintenance ([#66](https://github.com/jorijn/meshcore-stats/issues/66)) ([a89d745](https://github.com/jorijn/meshcore-stats/commit/a89d745d6bcb4aae13fab3f0c0d7dd7c1a643f3a)) +* **deps:** update ghcr.io/astral-sh/uv docker tag to v0.9.24 ([#61](https://github.com/jorijn/meshcore-stats/issues/61)) ([18ca787](https://github.com/jorijn/meshcore-stats/commit/18ca787f7fe054a425af4fba16306621fead7ced)) +* **deps:** update github/codeql-action action to v4.31.10 ([#67](https://github.com/jorijn/meshcore-stats/issues/67)) ([c1b8978](https://github.com/jorijn/meshcore-stats/commit/c1b89782eb374bb1f161ef86bebd64dc8ece9e1c)) +* **deps:** update golang docker tag to v1.25 ([#70](https://github.com/jorijn/meshcore-stats/issues/70)) ([63a8420](https://github.com/jorijn/meshcore-stats/commit/63a842016cd14d0e338840fb4e41abb17bb32ba5)) +* **deps:** update nginx:1.29-alpine docker digest to c083c37 ([#62](https://github.com/jorijn/meshcore-stats/issues/62)) ([df0c374](https://github.com/jorijn/meshcore-stats/commit/df0c374b654606c2b6d36ae3fa5134691885cd5d)) +* enable renovate automerge for patch and digest updates ([#64](https://github.com/jorijn/meshcore-stats/issues/64)) ([6fc2e76](https://github.com/jorijn/meshcore-stats/commit/6fc2e762cfbea31ebca4a120d0d0e1a3547b0455)) + + +### Build System + +* **docker:** add armv7 container support ([#68](https://github.com/jorijn/meshcore-stats/issues/68)) ([75e50f7](https://github.com/jorijn/meshcore-stats/commit/75e50f7ee95404b7ab9c0abeec12fa5e17ad24f6)) + ## [0.2.13](https://github.com/jorijn/meshcore-stats/compare/v0.2.12...v0.2.13) (2026-01-09) diff --git a/docker-compose.yml b/docker-compose.yml index 012f333..4671090 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.13 # x-release-please-version + image: ghcr.io/jorijn/meshcore-stats:0.2.14 # x-release-please-version container_name: meshcore-stats restart: unless-stopped diff --git a/pyproject.toml b/pyproject.toml index 0b2fe7c..beaacf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "meshcore-stats" -version = "0.2.13" +version = "0.2.14" description = "MeshCore LoRa mesh network monitoring and statistics" readme = "README.md" requires-python = ">=3.11" diff --git a/src/meshmon/__init__.py b/src/meshmon/__init__.py index 6e70edf..91db81e 100644 --- a/src/meshmon/__init__.py +++ b/src/meshmon/__init__.py @@ -1,3 +1,3 @@ """MeshCore network monitoring library.""" -__version__ = "0.2.13" # x-release-please-version +__version__ = "0.2.14" # x-release-please-version diff --git a/uv.lock b/uv.lock index a170c75..fc747c5 100644 --- a/uv.lock +++ b/uv.lock @@ -752,7 +752,7 @@ wheels = [ [[package]] name = "meshcore-stats" -version = "0.2.13" +version = "0.2.14" source = { editable = "." } dependencies = [ { name = "jinja2" },