Skip to content

Commit

Permalink
release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilesmeddour committed Sep 27, 2024
1 parent 7e9cb51 commit 3323bd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.6 (2024-09-27)
- Fix Pydantic warnings (thanks @conanjen)
- Fix implicit optional

## Version 0.2.5 (2024-09-09)
- Add outer multiprocessing (thanks @wangsrGit119)
- Fix incomplete UTF-8 characters parsing (thanks @wangsrGit119)
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 = "pyfaktory"
version = "0.2.5"
version = "0.2.6"
description = "Faktory Client Python (Producer and Consumer/Worker)"
license = "MIT"
authors = ["Ghiles Meddour <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/pyfaktory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from .producer import Producer
from .util.exceptions import *

__version__ = "0.2.5"
__version__ = "0.2.6"
__url__ = "https://github.com/ghilesmeddour/faktory_worker_python"

0 comments on commit 3323bd1

Please sign in to comment.