diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cd3be..ade836f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.0](https://github.com/jorijn/meshcore-stats/compare/v0.1.0...v0.2.0) (2026-01-04) + + +### ⚠ BREAKING CHANGES + +* Configuration file renamed from .envrc to meshcore.conf. Users must copy meshcore.conf.example to meshcore.conf and migrate their settings. The new file format is the same (shell-style exports) but without the direnv-specific "layout python3" command. + +### Features + +* auto-load config from meshcore.conf ([8ca5a1e](https://github.com/jorijn/meshcore-stats/commit/8ca5a1e6d0f29fce1c66f526116c6cd484c0f8b5)) + ## 0.1.0 (Initial Release) Initial release of MeshCore Stats - a monitoring system for MeshCore LoRa mesh networks. diff --git a/src/meshmon/__init__.py b/src/meshmon/__init__.py index a50a8c3..ef9eea9 100644 --- a/src/meshmon/__init__.py +++ b/src/meshmon/__init__.py @@ -1,3 +1,3 @@ """MeshCore network monitoring library.""" -__version__ = "0.1.0" # x-release-please-version +__version__ = "0.2.0" # x-release-please-version