Skip to content

Commit

Permalink
Implement FileClient2, which raises on error
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Weisbach <[email protected]>
  • Loading branch information
hannesweisbach committed Feb 5, 2024
1 parent 765ab8d commit 610f803
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

v1.18
-----
- Add FileClient2 which reports errors by raising exceptions.
See (`#327 <https://github.com/OpenCyphal/pycyphal/issues/327>`_) for rationale.

v1.17
-----
- Move to Nunavut Version 2
Expand Down
2 changes: 1 addition & 1 deletion pycyphal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.17.4"
__version__ = "1.18"
Loading

0 comments on commit 610f803

Please sign in to comment.