From 287f2e1dbbeca4453c3d7d713f83cacef672459f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 25 Feb 2023 09:14:01 +0000 Subject: [PATCH] chore(release): v0.9.0 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- tgpy/version.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fbaf7..4165358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## 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 diff --git a/pyproject.toml b/pyproject.toml index 985bd6c..e3a4eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "vanutp ", "ntonee "] license = "MIT" diff --git a/tgpy/version.py b/tgpy/version.py index d0d8891..7d3ac34 100644 --- a/tgpy/version.py +++ b/tgpy/version.py @@ -1,3 +1,3 @@ -__version__ = '0.8.0' +__version__ = '0.9.0' IS_DEV_BUILD = True COMMIT_HASH = None