Skip to content

Commit

Permalink
[Draft] Implement FileClient2, which raises on error (#328)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Weisbach <[email protected]>
Co-authored-by: Pavel Kirienko <[email protected]>
  • Loading branch information
hannesweisbach and pavel-kirienko authored Feb 5, 2024
1 parent 765ab8d commit 40e1482
Show file tree
Hide file tree
Showing 4 changed files with 649 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.0"
Loading

0 comments on commit 40e1482

Please sign in to comment.