Skip to content

Commit

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

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

## v0.15.1 (2024-05-06)

### Fix

* Config is no longer erased when it fails to save. Also, the config is saved synchronously now ([`df539a3`](https://github.com/tm-a-t/TGPy/commit/df539a3dd32d73528e9800e2efe7b2099a5aa4a4))
* Restart now works correctly when tgpy is not in PYTHONPATH (e.g. in a container) ([`16d3830`](https://github.com/tm-a-t/TGPy/commit/16d383079b1bd48dabad8c7c562e5835f595d915))
* The correct data directory is now used when TGPY_DATA is set to a relative path and restart is called ([`f483d6c`](https://github.com/tm-a-t/TGPy/commit/f483d6c1e9b0c1bc0f79f0a31f477637d163d696))

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

### Feature
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.15.0"
version = "0.15.1"
description = "Run Python code right in your Telegram messages"
authors = ["tmat <[email protected]>", "vanutp <[email protected]>", "ntonee <[email protected]>"]
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.15.0'
__version__ = '0.15.1'
IS_DEV_BUILD = True
COMMIT_HASH = None

0 comments on commit 55b555f

Please sign in to comment.