From cdea0052fe98c10e8e8e805a2b63592b4104f2f7 Mon Sep 17 00:00:00 2001 From: Jorijn Schrijvershof Date: Fri, 27 Mar 2026 19:16:49 +0100 Subject: [PATCH] chore(main): release 0.2.18 (#120) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ docker-compose.yml | 2 +- pyproject.toml | 2 +- src/meshmon/__init__.py | 2 +- uv.lock | 2 +- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1d94e..dd25371 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.17" + ".": "0.2.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd6a6e..53f9698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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.18](https://github.com/jorijn/meshcore-stats/compare/v0.2.17...v0.2.18) (2026-03-09) + + +### Miscellaneous Chores + +* **deps:** lock file maintenance ([#122](https://github.com/jorijn/meshcore-stats/issues/122)) ([f22e111](https://github.com/jorijn/meshcore-stats/commit/f22e111d681ccc2a90f4052c6e671f081fd68772)) +* **deps:** lock file maintenance ([#130](https://github.com/jorijn/meshcore-stats/issues/130)) ([b3acafb](https://github.com/jorijn/meshcore-stats/commit/b3acafbfd888f644b9b6ad11890f4d45c55ccdd7)) +* **deps:** lock file maintenance ([#140](https://github.com/jorijn/meshcore-stats/issues/140)) ([611d98a](https://github.com/jorijn/meshcore-stats/commit/611d98a4438df2ed071cfb4ff166181b2c542ea0)) +* **deps:** update astral-sh/setup-uv action to v7.3.1 ([#127](https://github.com/jorijn/meshcore-stats/issues/127)) ([6d7e027](https://github.com/jorijn/meshcore-stats/commit/6d7e027100d0dfdc7452ef79917b9ca153fe0f3a)) +* **deps:** update ghcr.io/astral-sh/uv docker tag to v0.10.4 ([#119](https://github.com/jorijn/meshcore-stats/issues/119)) ([90b863d](https://github.com/jorijn/meshcore-stats/commit/90b863d6b56c0518ce8dd8b9e6138fba0fb76833)) +* **deps:** update ghcr.io/astral-sh/uv docker tag to v0.10.5 ([#123](https://github.com/jorijn/meshcore-stats/issues/123)) ([98912ad](https://github.com/jorijn/meshcore-stats/commit/98912ad68c6cf76ccef7f11d21c38f89da4e04a0)) +* **deps:** update ghcr.io/astral-sh/uv docker tag to v0.10.6 ([#125](https://github.com/jorijn/meshcore-stats/issues/125)) ([1734676](https://github.com/jorijn/meshcore-stats/commit/173467686e041fb0f1d6a61e11f203c0c3f616ad)) +* **deps:** update ghcr.io/astral-sh/uv docker tag to v0.10.7 ([#128](https://github.com/jorijn/meshcore-stats/issues/128)) ([8ca8039](https://github.com/jorijn/meshcore-stats/commit/8ca8039956a9de1a4a795e459b352f2b72ac4aaa)) +* **deps:** update ghcr.io/astral-sh/uv docker tag to v0.10.8 ([#132](https://github.com/jorijn/meshcore-stats/issues/132)) ([21b9fbf](https://github.com/jorijn/meshcore-stats/commit/21b9fbfe6bbd8c944dedcfda0ee894e4d011fdf4)) +* **deps:** update ghcr.io/astral-sh/uv docker tag to v0.10.9 ([#139](https://github.com/jorijn/meshcore-stats/issues/139)) ([3c1ae50](https://github.com/jorijn/meshcore-stats/commit/3c1ae50f6d49b5945ef773dcac2d2c6ac3c7a357)) +* **deps:** update github/codeql-action action to v4.32.4 ([#121](https://github.com/jorijn/meshcore-stats/issues/121)) ([baf3c26](https://github.com/jorijn/meshcore-stats/commit/baf3c2688b2b798c705f03f4fd8be0e86e597b8f)) +* **deps:** update github/codeql-action action to v4.32.5 ([#131](https://github.com/jorijn/meshcore-stats/issues/131)) ([6520256](https://github.com/jorijn/meshcore-stats/commit/652025664a6ef5a6325f40b63a056c3251a89306)) +* **deps:** update github/codeql-action action to v4.32.6 ([#136](https://github.com/jorijn/meshcore-stats/issues/136)) ([1da22f4](https://github.com/jorijn/meshcore-stats/commit/1da22f4a43f93298d5e13813e01d56129e6aec83)) +* **deps:** update python:3.14-slim-bookworm docker digest to 5404df0 ([#124](https://github.com/jorijn/meshcore-stats/issues/124)) ([e990c6c](https://github.com/jorijn/meshcore-stats/commit/e990c6c2e05b0734134465eaec2ca762737fd1ca)) + ## [0.2.17](https://github.com/jorijn/meshcore-stats/compare/v0.2.16...v0.2.17) (2026-02-17) diff --git a/docker-compose.yml b/docker-compose.yml index 0cdaf73..8b2945a 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.17 # x-release-please-version + image: ghcr.io/jorijn/meshcore-stats:0.2.18 # x-release-please-version container_name: meshcore-stats restart: unless-stopped diff --git a/pyproject.toml b/pyproject.toml index 142b832..3375bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "meshcore-stats" -version = "0.2.17" +version = "0.2.18" 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 ab2588b..e77bc4e 100644 --- a/src/meshmon/__init__.py +++ b/src/meshmon/__init__.py @@ -1,3 +1,3 @@ """MeshCore network monitoring library.""" -__version__ = "0.2.17" # x-release-please-version +__version__ = "0.2.18" # x-release-please-version diff --git a/uv.lock b/uv.lock index b478ba7..bd21bd2 100644 --- a/uv.lock +++ b/uv.lock @@ -775,7 +775,7 @@ wheels = [ [[package]] name = "meshcore-stats" -version = "0.2.17" +version = "0.2.18" source = { editable = "." } dependencies = [ { name = "jinja2" },