File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2026-04-17
11+
1012### Changed (BREAKING)
1113- ** ` ConnectionState ` is now a ` sealed class ` ** (was an ` enum ` ) so disconnect / reconnect events
1214 carry diagnostic context. Pattern-match with ` is ` instead of ` == ` :
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ repositories {
8585kotlin {
8686 sourceSets {
8787 commonMain.dependencies {
88- implementation(" org.meshtastic:mqtt-client:0.1 .0" )
88+ implementation(" org.meshtastic:mqtt-client:0.2 .0" )
8989 }
9090 }
9191}
@@ -105,7 +105,7 @@ kotlin {
105105 sourceSets {
106106 commonMain {
107107 dependencies {
108- implementation 'org.meshtastic:mqtt-client:0.1 .0'
108+ implementation 'org.meshtastic:mqtt-client:0.2 .0'
109109 }
110110 }
111111 }
@@ -118,7 +118,7 @@ kotlin {
118118
119119``` kotlin
120120dependencies {
121- implementation(" org.meshtastic:mqtt-client:0.1 .0" )
121+ implementation(" org.meshtastic:mqtt-client:0.2 .0" )
122122}
123123```
124124</details >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android.nonTransitiveRClass=true
1616# Picked up automatically by com.vanniktech.maven.publish. Override in CI with -PVERSION_NAME=...
1717GROUP =org.meshtastic
1818POM_ARTIFACT_ID =mqtt-client
19- VERSION_NAME =0.1 .0
19+ VERSION_NAME =0.2 .0
2020# Compose Desktop — allow Homebrew/OpenJDK vendors for local `packageReleaseDmg` runs.
2121# CI uses Temurin via setup-java so this is a no-op there.
2222compose.desktop.packaging.checkJdkVendor =false
You can’t perform that action at this time.
0 commit comments