- Update out-of-date packages

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
Hans Kokx
2024-10-30 10:34:45 +01:00
parent 606404b4d3
commit 1749214dd3
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.1.4
- Update package dependencies. No code changes.
## 1.1.3
- Arcane Auth no longer throws exceptions when log out fails, instead returning a `Result<void, String>`. This behavior matches the login method.