Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jul 13, 2024
1 parent 5fbc823 commit 81d3322
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog for aioraven

0.7.0 (2024-07-12)
------------------
* Add tests for timeout recovery
* Fix typing on RAVEnWriter constructor
* Expose mechanism to abort pending writes
* Add timeouts for stream device synchronization

0.6.0 (2024-06-22)
------------------
* Switch to pyserial-asyncio-fast to fix event loop being blocked
Expand Down
2 changes: 1 addition & 1 deletion aioraven/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Scott K Logan
# Licensed under the Apache License, Version 2.0

__version__ = '0.6.0'
__version__ = '0.7.0'

0 comments on commit 81d3322

Please sign in to comment.