From 615db0713421660e12fdccad04a54ce667211f61 Mon Sep 17 00:00:00 2001 From: Jesus Lopez Date: Mon, 2 Mar 2026 10:42:14 -0800 Subject: [PATCH 1/2] chore(main): release socketry 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 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 17225d9..e89bfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.2](https://github.com/jlopez/socketry/compare/socketry-v0.2.1...socketry-v0.2.2) (2026-03-02) + + +### Bug Fixes + +* **ci:** update uv.lock on release-please PRs ([#38](https://github.com/jlopez/socketry/issues/38)) ([f7cf4ad](https://github.com/jlopez/socketry/commit/f7cf4ade54319abb231c517d994fad8ddf00190f)) +* **client:** introduce SocketryError base class; clean up exception hierarchy ([#36](https://github.com/jlopez/socketry/issues/36)) ([20516ec](https://github.com/jlopez/socketry/commit/20516ec69e180340b71bab572b09f98255310dca)), closes [#33](https://github.com/jlopez/socketry/issues/33) +* **client:** raise AuthenticationError instead of RuntimeError on login failure ([#34](https://github.com/jlopez/socketry/issues/34)) ([772e552](https://github.com/jlopez/socketry/commit/772e5527b5f8063b6ddb211e8bd9b20e6b2e108c)), closes [#32](https://github.com/jlopez/socketry/issues/32) + ## [0.2.1](https://github.com/jlopez/socketry/compare/socketry-v0.2.0...socketry-v0.2.1) (2026-03-01) diff --git a/pyproject.toml b/pyproject.toml index 62b5637..f12acf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "socketry" -version = "0.2.1" +version = "0.2.2" description = "Python API and CLI for controlling Jackery portable power stations" readme = "README.md" authors = [ From 27c098a64d05d7048e3970aa889fea7fb4661dce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Mar 2026 18:42:21 +0000 Subject: [PATCH 2/2] chore: update uv.lock for version bump --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index be5fa39..ccb50fa 100644 --- a/uv.lock +++ b/uv.lock @@ -1067,7 +1067,7 @@ wheels = [ [[package]] name = "socketry" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "aiohttp" },