From 9f037ce717f52fa3421865074af6752e5d1c91d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:26:56 +0000 Subject: [PATCH] chore(master): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d30f7cc..3b200c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable user-visible changes are listed here. Dates are UTC. +## [0.2.2](https://github.com/deliro/mt/compare/v0.2.1...v0.2.2) (2026-04-20) + + +### Documentation + +* add dual-license texts (Apache-2.0 + MIT) ([5ff0339](https://github.com/deliro/mt/commit/5ff03399059e9d57b773cf03ffae52fdd0bb5dab)) + + +### CI + +* **release:** pass --repo to gh workflow run + surface real winget errors ([c9ac765](https://github.com/deliro/mt/commit/c9ac76516765a218ea8e609e376b125bec15c98e)) +* **winget:** drop unsupported --remote flag, push with --force ([fb5f95c](https://github.com/deliro/mt/commit/fb5f95c7c4dc955516a28aa6d01a599821b33bb1)) + ## [0.2.1](https://github.com/deliro/mt/compare/v0.2.0...v0.2.1) (2026-04-20) diff --git a/Cargo.lock b/Cargo.lock index 5b9df0b..df98087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2616,7 +2616,7 @@ dependencies = [ [[package]] name = "mt" -version = "0.2.1" +version = "0.2.2" dependencies = [ "base64 0.22.1", "btleplug", diff --git a/Cargo.toml b/Cargo.toml index fc8c4a9..19290ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mt" -version = "0.2.1" +version = "0.2.2" edition = "2024" publish = false description = "Native desktop client for Meshtastic radios (BLE / Serial / TCP)"