diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9007059..faf409d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.14" + ".": "0.2.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 87657c4..82ec6ef 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.15](https://github.com/jorijn/meshcore-stats/compare/v0.2.14...v0.2.15) (2026-01-13) + + +### Bug Fixes + +* **charts:** skip short counter intervals ([#73](https://github.com/jorijn/meshcore-stats/issues/73)) ([97ebba4](https://github.com/jorijn/meshcore-stats/commit/97ebba4f2da723100ec87d21b6f8780ee0793e46)) + + +### Miscellaneous Chores + +* **deps:** update python:3.14-slim-bookworm docker digest to 55b18d5 ([#69](https://github.com/jorijn/meshcore-stats/issues/69)) ([392ba22](https://github.com/jorijn/meshcore-stats/commit/392ba226babdaa7bd4beb0c6ff7b832a3aca5e71)) + ## [0.2.14](https://github.com/jorijn/meshcore-stats/compare/v0.2.13...v0.2.14) (2026-01-13) diff --git a/docker-compose.yml b/docker-compose.yml index 4671090..7be210a 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.14 # x-release-please-version + image: ghcr.io/jorijn/meshcore-stats:0.2.15 # x-release-please-version container_name: meshcore-stats restart: unless-stopped diff --git a/pyproject.toml b/pyproject.toml index beaacf2..d3d6d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "meshcore-stats" -version = "0.2.14" +version = "0.2.15" 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 91db81e..aadac2c 100644 --- a/src/meshmon/__init__.py +++ b/src/meshmon/__init__.py @@ -1,3 +1,3 @@ """MeshCore network monitoring library.""" -__version__ = "0.2.14" # x-release-please-version +__version__ = "0.2.15" # x-release-please-version diff --git a/uv.lock b/uv.lock index fc747c5..f42a19c 100644 --- a/uv.lock +++ b/uv.lock @@ -752,7 +752,7 @@ wheels = [ [[package]] name = "meshcore-stats" -version = "0.2.14" +version = "0.2.15" source = { editable = "." } dependencies = [ { name = "jinja2" },