Skip to content

Commit

Permalink
v0.2.0 — get(), submit(), and finalize() methods
Browse files Browse the repository at this point in the history
- Added an `Interleaver.get(block, timeout)` method
- Made the `Interleaver` constructor public and added `submit(iterator)` and `finalize()` methods
  • Loading branch information
jwodder committed Feb 20, 2022
1 parent 2c7dee9 commit 6227d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2022-02-20)
-------------------
- Added an `Interleaver.get(block, timeout)` method
- Made the `Interleaver` constructor public and added `submit(iterator)` and
`finalize()` methods
Expand Down
2 changes: 1 addition & 1 deletion src/interleave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
cast,
)

__version__ = "0.2.0.dev1"
__version__ = "0.2.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "interleave@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 6227d57

Please sign in to comment.