chore(main): release 0.2.18 (#120)

This commit is contained in:
Jorijn Schrijvershof
2026-03-27 19:16:49 +01:00
committed by GitHub
parent 611d98a443
commit cdea0052fe
6 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{ {
".": "0.2.17" ".": "0.2.18"
} }

View File

@@ -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/). 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) ## [0.2.17](https://github.com/jorijn/meshcore-stats/compare/v0.2.16...v0.2.17) (2026-02-17)

View File

@@ -15,7 +15,7 @@ services:
# MeshCore Stats - Data collection and rendering # MeshCore Stats - Data collection and rendering
# ========================================================================== # ==========================================================================
meshcore-stats: 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 container_name: meshcore-stats
restart: unless-stopped restart: unless-stopped

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "meshcore-stats" name = "meshcore-stats"
version = "0.2.17" version = "0.2.18"
description = "MeshCore LoRa mesh network monitoring and statistics" description = "MeshCore LoRa mesh network monitoring and statistics"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

View File

@@ -1,3 +1,3 @@
"""MeshCore network monitoring library.""" """MeshCore network monitoring library."""
__version__ = "0.2.17" # x-release-please-version __version__ = "0.2.18" # x-release-please-version

2
uv.lock generated
View File

@@ -775,7 +775,7 @@ wheels = [
[[package]] [[package]]
name = "meshcore-stats" name = "meshcore-stats"
version = "0.2.17" version = "0.2.18"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "jinja2" }, { name = "jinja2" },