From 5c63b804aabc1f7e4af51e30f01fa1eb0771ac3b Mon Sep 17 00:00:00 2001 From: JosXa Date: Sun, 25 Oct 2020 02:34:07 +0000 Subject: [PATCH] Update changelog for v1.0 This commit was created by changelog-from-release in 'Post release' CI workflow --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b2f86a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ + +# [TgIntegration 1.0 Stable Release (v1.0)](https://github.com/JosXa/tgintegration/releases/tag/v1.0) - 19 Oct 2020 + +After two years of neglect, _tgintegration_ is finally back! +With Pyrogram turning `asyncio`-native and a huge demand in proper testing capabilities for Telegram Bots, it was time to give the library the love it deserves. Thus I hereby present to you the initial 1.0 Release - async by default, fully capable, and well-tested. + +## Features + +- 👤 Log into a Telegram user account and interact with bots or other users +- ✅ Write **realtime integration tests** to ensure that your bot works as expected! ▶️ [Pytest examples](https://github.com/JosXa/tgintegration/tree/master/examples/pytest) +- ⚡️ **Automate any interaction** on Telegram! ▶️ [Automation examples](https://github.com/JosXa/tgintegration/tree/master/examples/automation) + + +See the [README](https://github.com/JosXa/tgintegration/blob/master/README.md) for more information and check out the [Quick Start Guide](https://github.com/JosXa/tgintegration/blob/master/README.md#quick-start-guide)! + +[Changes][v1.0] + + +[v1.0]: https://github.com/JosXa/tgintegration/tree/v1.0 + +