Skip to content

Commit

Permalink
chore(release): v0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 25, 2023
1 parent a34bd20 commit 287f2e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## v0.9.0 (2023-02-25)
### Feature
* Change in-message url to tgpy.tmat.me ([`8737ca9`](https://github.com/tm-a-t/TGPy/commit/8737ca92d600e0f57987426fa0ab9ba2fc655183))
* Move tokenize_string and untokenize_to_string to tgpy.api ([`7d8c3b2`](https://github.com/tm-a-t/TGPy/commit/7d8c3b2cadb46bd7447f9e908da1b9cadfe012e8))

### Documentation
* Update pages ([`1a696e3`](https://github.com/tm-a-t/TGPy/commit/1a696e3c9e523bd0532f7a576aec196d6e6d447a))
* Non-flickery buttons on the index page ([`a783e1f`](https://github.com/tm-a-t/TGPy/commit/a783e1f0f26ab10796d98191336488f7cfda3c1b))
* Document new features ([`f10b340`](https://github.com/tm-a-t/TGPy/commit/f10b340fc21cf5f7c492292621b0703fcad2e6a0))
* Update readme ([`e446344`](https://github.com/tm-a-t/TGPy/commit/e446344302aac9fafc057f9846dec7b9e902115d))
* Update pages ([`937dc35`](https://github.com/tm-a-t/TGPy/commit/937dc35cd71216c474e2cb7de9056f61c07d1d5e))
* Update changelog ([`21abcf0`](https://github.com/tm-a-t/TGPy/commit/21abcf04b2d239d3043f8dc31386e226502e1e96))

## v0.9.0 (2023-02-25)
Major update
- restructured the code
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.8.0"
version = "0.9.0"
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.8.0'
__version__ = '0.9.0'
IS_DEV_BUILD = True
COMMIT_HASH = None

0 comments on commit 287f2e1

Please sign in to comment.