Skip to content

Commit 0d26c1f

Browse files
committed
created 0.9.3 release
1 parent f277061 commit 0d26c1f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
98
## [Unreleased]
109

1110
### Added
@@ -14,13 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1413

1514
### Changed
1615

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-
2016
### Removed
2117

2218
### Deprecated
2319

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!
32+
2433
## [0.9.2] - 2024-02-28
2534

2635
### Added

0 commit comments

Comments
 (0)