Skip to content

Commit 5c2e064

Browse files
committed
chore(main): release socketry 0.2.1
1 parent 817b3b1 commit 5c2e064

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/jlopez/socketry/compare/socketry-v0.2.0...socketry-v0.2.1) (2026-03-01)
4+
5+
6+
### Features
7+
8+
* **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)
9+
* **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)
10+
* **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)
11+
12+
13+
### Bug Fixes
14+
15+
* **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)
16+
* **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))
17+
318
## [0.2.0](https://github.com/jlopez/socketry/compare/socketry-v0.1.1...socketry-v0.2.0) (2026-02-27)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "socketry"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Python API and CLI for controlling Jackery portable power stations"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)