Skip to content

Commit 40e1482

Browse files
[Draft] Implement FileClient2, which raises on error (#328)
Signed-off-by: Hannes Weisbach <weisbach@neosat.de> Co-authored-by: Pavel Kirienko <pavel.kirienko@gmail.com>
1 parent 765ab8d commit 40e1482

4 files changed

Lines changed: 649 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Changelog
44
=========
55

6+
v1.18
7+
-----
8+
- Add FileClient2 which reports errors by raising exceptions.
9+
See (`#327 <https://github.com/OpenCyphal/pycyphal/issues/327>`_) for rationale.
10+
611
v1.17
712
-----
813
- Move to Nunavut Version 2

pycyphal/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.17.4"
1+
__version__ = "1.18.0"

0 commit comments

Comments
 (0)