You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
9
8
## [Unreleased]
10
9
11
10
### Added
@@ -14,13 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
13
15
14
### Changed
16
15
17
-
- api will no longer check if an interface is active before writing to it (creates unwanted corner cases) => the uC is responcible for reporting that error!
18
-
19
-
20
16
### Removed
21
17
22
18
### Deprecated
23
19
20
+
## [0.9.3] - 2024-10-29
21
+
22
+
### Added
23
+
- uC errors now print thier doc description, for better understanding.
24
+
25
+
### Fixed
26
+
27
+
- If the uC connection is not responding after a second the api will now retry opening the connection
28
+
29
+
### Changed
30
+
31
+
- api will no longer check if an interface is active before writing to it (creates unwanted corner cases) => the uC is responcible for reporting that error!
0 commit comments