Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down