Skip to content

Commit

Permalink
chore(release): v0.15.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 28, 2024
1 parent 8572721 commit 36f9a64
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!--next-version-placeholder-->

## v0.15.0 (2024-04-28)

### Feature

* **Telethon:** Layer 179 ([`010f4ef`](https://github.com/tm-a-t/TGPy/commit/010f4ef4b17b40f46a99119777f216d1ee79debd))
* Cd to DATA_DIR/workdir on tgpy start ([`f51dc84`](https://github.com/tm-a-t/TGPy/commit/f51dc8477ba116ad9132dd2a65c0f7630415c357))
* Real time progress feedback ([`8e85d7a`](https://github.com/tm-a-t/TGPy/commit/8e85d7a585f89c9c1dc0eba498390ad475e7c439))
* Stop running message execution on `cancel`, add `stop` command to only stop execution without blacklisting the message ([`547c1c6`](https://github.com/tm-a-t/TGPy/commit/547c1c6d158e113f9ca63c8d0b87eb69a527d6af))
* Truncate exceptions ([#39](https://github.com/tm-a-t/TGPy/issues/39)) ([`739fbbc`](https://github.com/tm-a-t/TGPy/commit/739fbbcdc2f96ed54a10620f87049b0107c14cc6))

### Documentation

* Reset page scale back to normal ([`20ec126`](https://github.com/tm-a-t/TGPy/commit/20ec1266f03d9f5d0e87deba93bfdf1d43cb1b5d))

## v0.14.1 (2024-03-09)

### Fix
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 = "tgpy"
version = "0.14.1"
version = "0.15.0"
description = "Run Python code right in your Telegram messages"
authors = ["tmat <a@tmat.me>", "vanutp <hello@vanutp.dev>", "ntonee <a12286@yandex.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tgpy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.14.1'
__version__ = '0.15.0'
IS_DEV_BUILD = True
COMMIT_HASH = None

0 comments on commit 36f9a64

Please sign in to comment.