Skip to content

Commit

Permalink
chore(main): release 0.5.1 (#17)
Browse files Browse the repository at this point in the history
* chore(main): release 0.5.1

* build: update version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Allisson Azevedo <allisson@gmail.com>
  • Loading branch information
github-actions[bot] and allisson committed Apr 15, 2024
1 parent 7a4a9b2 commit fcecb93
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.1](https://github.com/allisson/pysqsx/compare/v0.5.0...v0.5.1) (2024-04-15)


### Bug Fixes

* improve log of consume_messages method ([#16](https://github.com/allisson/pysqsx/issues/16)) ([7a4a9b2](https://github.com/allisson/pysqsx/commit/7a4a9b217aa72e36f0034b07ff8987c118efed37))

## [0.5.0](https://github.com/allisson/pysqsx/compare/v0.4.0...v0.5.0) (2024-04-12)


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 = "sqsx"
version = "0.5.0"
version = "0.5.1"
description = "A simple task processor for Amazon SQS"
authors = ["Allisson Azevedo"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="sqsx",
version="0.5.0",
version="0.5.1",
description="A simple task processor for Amazon SQS",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1

0 comments on commit fcecb93

Please sign in to comment.