diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd25371..857e213 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.18" + ".": "0.2.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f9698..f126e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ 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.19](https://github.com/jorijn/meshcore-stats/compare/v0.2.18...v0.2.19) (2026-07-25) + + +### Miscellaneous Chores + +* **deps:** update actions/attest-build-provenance action to v4 ([#126](https://github.com/jorijn/meshcore-stats/issues/126)) ([4faf859](https://github.com/jorijn/meshcore-stats/commit/4faf85965517ed50775eb08efb7c2df71139e7b7)) +* **deps:** update actions/checkout digest to d23441a ([#145](https://github.com/jorijn/meshcore-stats/issues/145)) ([f5d9fbb](https://github.com/jorijn/meshcore-stats/commit/f5d9fbb83aef60dd0041a5895fe28d765886aeca)) +* **deps:** update actions/setup-python digest to ece7cb0 ([#146](https://github.com/jorijn/meshcore-stats/issues/146)) ([669a260](https://github.com/jorijn/meshcore-stats/commit/669a260e9a2f3a7cf6f43e29430e90993e88d14d)) +* **deps:** update actions/upload-artifact action to v7 ([#129](https://github.com/jorijn/meshcore-stats/issues/129)) ([1734ed3](https://github.com/jorijn/meshcore-stats/commit/1734ed3b127aa9837658664372581fa2c74be06a)) +* **deps:** update aquasecurity/trivy-action action to v0.36.0 ([#114](https://github.com/jorijn/meshcore-stats/issues/114)) ([fee51d1](https://github.com/jorijn/meshcore-stats/commit/fee51d142dfab639d19514be7464e97839d3503f)) +* **deps:** update astral-sh/setup-uv action to v7.6.0 ([#141](https://github.com/jorijn/meshcore-stats/issues/141)) ([2adf0cd](https://github.com/jorijn/meshcore-stats/commit/2adf0cd25a233f4c885a843a894584dacbf66789)) +* **deps:** update docker/build-push-action action to v7 ([#137](https://github.com/jorijn/meshcore-stats/issues/137)) ([db0a70b](https://github.com/jorijn/meshcore-stats/commit/db0a70b3fd007f53879579a61f8a6834035e01db)) +* **deps:** update docker/login-action action to v4 ([#133](https://github.com/jorijn/meshcore-stats/issues/133)) ([dbc43c4](https://github.com/jorijn/meshcore-stats/commit/dbc43c44f2627efb86d5e149ce617d49cb55f420)) +* **deps:** update docker/login-action action to v4.5.1 ([#150](https://github.com/jorijn/meshcore-stats/issues/150)) ([5136b92](https://github.com/jorijn/meshcore-stats/commit/5136b9210d36d933c7efff25054c368470d4f859)) +* **deps:** update docker/metadata-action action to v6 ([#138](https://github.com/jorijn/meshcore-stats/issues/138)) ([078ddd5](https://github.com/jorijn/meshcore-stats/commit/078ddd58aede66b490217322c791b9477c06a9c4)) +* **deps:** update docker/setup-buildx-action action to v4 ([#135](https://github.com/jorijn/meshcore-stats/issues/135)) ([7a9c7c0](https://github.com/jorijn/meshcore-stats/commit/7a9c7c08e9017bc2aab147846b821983b90fcb6e)) +* **deps:** update docker/setup-qemu-action action to v4 ([#134](https://github.com/jorijn/meshcore-stats/issues/134)) ([8a70488](https://github.com/jorijn/meshcore-stats/commit/8a70488a87c4411ba98304ca24f2af213bdec240)) +* **deps:** update googleapis/release-please-action digest to 5c625bf ([#147](https://github.com/jorijn/meshcore-stats/issues/147)) ([37cb839](https://github.com/jorijn/meshcore-stats/commit/37cb8393d4e15e80232035ab3b9d3de02743d22b)) +* **deps:** update nginx:1.29-alpine docker digest to 5616878 ([#148](https://github.com/jorijn/meshcore-stats/issues/148)) ([8883530](https://github.com/jorijn/meshcore-stats/commit/88835303023a61a8f3095ea32841b0622e05e133)) +* **deps:** update python:3.14-slim-bookworm docker digest to 86f975a ([#149](https://github.com/jorijn/meshcore-stats/issues/149)) ([d882b90](https://github.com/jorijn/meshcore-stats/commit/d882b9050be4fcd80a69f2450bd6f2c99c1debdc)) + ## [0.2.18](https://github.com/jorijn/meshcore-stats/compare/v0.2.17...v0.2.18) (2026-03-09) diff --git a/docker-compose.yml b/docker-compose.yml index cf1a576..425dba0 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.18 # x-release-please-version + image: ghcr.io/jorijn/meshcore-stats:0.2.19 # x-release-please-version container_name: meshcore-stats restart: unless-stopped diff --git a/pyproject.toml b/pyproject.toml index 3375bca..bdcb9c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "meshcore-stats" -version = "0.2.18" +version = "0.2.19" 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 e77bc4e..9b3caf7 100644 --- a/src/meshmon/__init__.py +++ b/src/meshmon/__init__.py @@ -1,3 +1,3 @@ """MeshCore network monitoring library.""" -__version__ = "0.2.18" # x-release-please-version +__version__ = "0.2.19" # x-release-please-version diff --git a/uv.lock b/uv.lock index bd21bd2..2705fd7 100644 --- a/uv.lock +++ b/uv.lock @@ -775,7 +775,7 @@ wheels = [ [[package]] name = "meshcore-stats" -version = "0.2.18" +version = "0.2.19" source = { editable = "." } dependencies = [ { name = "jinja2" },