Skip to content

Commit

Permalink
Ready for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Dec 15, 2023
1 parent 30754d8 commit cd005d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.2.2
- Add custom exceptions
- Better check for abnormal worker termination
- Add stopPool functionality

v0.2.1
- Allow Python 3.8
- Add coverage and workflow badges
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "job-pool"
version = "0.2.1"
version = "0.2.2"
description = "Enhanced Job Pool for Python Multiprocessing"
authors = ["Matthew The <matthew.the@tum.de>"]
license = "Apache-2.0"
Expand Down

0 comments on commit cd005d7

Please sign in to comment.