Skip to content

Commit 0008c22

Browse files
jamesarichCopilot
andauthored
chore(release): 0.2.0 (#26)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6a58309 commit 0008c22

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 `==`:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ repositories {
8585
kotlin {
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
120120
dependencies {
121-
implementation("org.meshtastic:mqtt-client:0.1.0")
121+
implementation("org.meshtastic:mqtt-client:0.2.0")
122122
}
123123
```
124124
</details>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android.nonTransitiveRClass=true
1616
#Picked up automatically by com.vanniktech.maven.publish. Override in CI with -PVERSION_NAME=...
1717
GROUP=org.meshtastic
1818
POM_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.
2222
compose.desktop.packaging.checkJdkVendor=false

0 commit comments

Comments
 (0)