From 5c2e064830f71cdec9aeb4a616ab491d74a2a0a6 Mon Sep 17 00:00:00 2001 From: Jesus Lopez Date: Sat, 28 Feb 2026 20:56:10 -0800 Subject: [PATCH] chore(main): release socketry 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8199f14..17225d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.1](https://github.com/jlopez/socketry/compare/socketry-v0.2.0...socketry-v0.2.1) (2026-03-01) + + +### Features + +* **client:** add is_connected property to Subscription ([#27](https://github.com/jlopez/socketry/issues/27)) ([30d58bf](https://github.com/jlopez/socketry/commit/30d58bfcadac2e1fb8c2f299ad99de2dd9ccfdaa)), closes [#22](https://github.com/jlopez/socketry/issues/22) +* **client:** expose public user_id property ([#24](https://github.com/jlopez/socketry/issues/24)) ([9a7ef84](https://github.com/jlopez/socketry/commit/9a7ef846f7344133d08829be7ea6b12cd16679bd)), closes [#20](https://github.com/jlopez/socketry/issues/20) +* **client:** wrap MqttError; use KeyError consistently in device() SN lookup ([#26](https://github.com/jlopez/socketry/issues/26)) ([0963f6b](https://github.com/jlopez/socketry/commit/0963f6b9bfe516f2dc4115779cb631e513387f36)), closes [#21](https://github.com/jlopez/socketry/issues/21) + + +### Bug Fixes + +* **ci:** use job-level path filtering for required checks compatibility ([#29](https://github.com/jlopez/socketry/issues/29)) ([d10ed85](https://github.com/jlopez/socketry/commit/d10ed85343f5b64d415976acba435bd412d73d46)), closes [#25](https://github.com/jlopez/socketry/issues/25) +* **ci:** use PAT for release-please to trigger CI on its PRs ([#31](https://github.com/jlopez/socketry/issues/31)) ([817b3b1](https://github.com/jlopez/socketry/commit/817b3b1646732d5bf746a3b1269afd5a5001dc27)) + ## [0.2.0](https://github.com/jlopez/socketry/compare/socketry-v0.1.1...socketry-v0.2.0) (2026-02-27) diff --git a/pyproject.toml b/pyproject.toml index 1dc35fc..62b5637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "socketry" -version = "0.2.0" +version = "0.2.1" description = "Python API and CLI for controlling Jackery portable power stations" readme = "README.md" authors = [