Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 8, 2024
1 parent 83f88e6 commit 5d9d9c6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# CHANGELOG

## v5.3.0 (2024-07-08)

### Other

* build(deps): update pyproject.toml ([`2fa2618`](https://github.com/mraniki/iamlistening/commit/2fa261820ae7fcb67c4b338bf21e0b2aed6ceae2))

### ♻️

* ♻️ ([`34968ba`](https://github.com/mraniki/iamlistening/commit/34968bac2e61b25e8c71a8f132b57a7ecdd3438b))

* ♻️ ([`93e2f22`](https://github.com/mraniki/iamlistening/commit/93e2f22c5bab07a6783e1cc120323a311af45ef8))

###

* ✅ Unit Test (#334) ([`83f88e6`](https://github.com/mraniki/iamlistening/commit/83f88e6d57f6face30e25155c39c6a95d72382d5))

* ✅ Unit Test ([`5d3e101`](https://github.com/mraniki/iamlistening/commit/5d3e10176c8019b77c50057c2d1f654483524aae))

* ✅ Unit Test ([`7e5987f`](https://github.com/mraniki/iamlistening/commit/7e5987f6873fc20fafddc5fc6e11196afbb9c7aa))

* ✅ Unit Test ([`1f7ae42`](https://github.com/mraniki/iamlistening/commit/1f7ae42be3fed1fc2d88b8aed8bf25366ecfdd06))

### 🐛

* 🐛 ([`d0b4cf3`](https://github.com/mraniki/iamlistening/commit/d0b4cf352efc559a221bc08f7ef9d0cbfb748835))

### 💄

* 💄 _create_client update ([`b3ad7a2`](https://github.com/mraniki/iamlistening/commit/b3ad7a227bb63aa4d01c182fe8dcf3bddd446157))

## v5.2.6 (2024-07-07)

### ⬆️
Expand Down
2 changes: 1 addition & 1 deletion iamlistening/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "5.2.6"
__version__ = "5.3.0"

from iamlistening.main import Listener

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

[tool.poetry]
name = "iamlistening"
version = "5.2.6"
version = "5.3.0"
description = "A python package to interact with messaging platform."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down

0 comments on commit 5d9d9c6

Please sign in to comment.