Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilesmeddour committed May 24, 2022
1 parent 084102e commit ff82b31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.2.0 (2022-05-25)
- Add Batch support
- Add `push_bulk` ([added in Faktory server v1.6.0](https://github.com/contribsys/faktory/commit/84945864873474910cd564ed1aed4f740d04bf08))
- Add Mutate commands
- Use Pydantic for input validation
- Expose INFO command

## Version 0.1.1 (2021-11-15)
- Add Sentry exception capture

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyfaktory",
version="0.1.1",
version="0.2.0",
author="Ghiles Meddour",
author_email="[email protected]",
description="Faktory Client Python (Producer and Consumer/Worker)",
Expand Down
2 changes: 1 addition & 1 deletion src/pyfaktory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from .producer import Producer
from .util.exceptions import *

__version__ = "0.1.1"
__version__ = "0.2.0"
__url__ = "https://github.com/ghilesmeddour/faktory_worker_python"

0 comments on commit ff82b31

Please sign in to comment.