We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8fe6c commit ff7f9a8Copy full SHA for ff7f9a8
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.1.5] - 2025-02-12
2
+
3
+### Bugfixes
4
5
+- Discard packets when they would break the decoder (ec8fe6c270f3027e17b89faccfee6095c94033c3)
6
7
## [0.1.4] - 2025-02-04
8
9
### Bugfixes
Project.swift
@@ -1,6 +1,6 @@
import ProjectDescription
-let appVersion = "v0.1.4"
+let appVersion = "v0.1.5"
let project = Project(
name: "MagicMirror",
0 commit comments