Commit graph

2525 commits

Author SHA1 Message Date
alhuelamo
977f0491e1 Fixed webhook examples links on readme 2022-02-13 11:50:33 +01:00
Hirrolot
2add678c18
Merge pull request #521 from mattrighetti/patch-1
Add GroupActivityBot example in README
2022-02-10 20:04:12 +06:00
Hirrolot
b65e6a2e10
Merge pull request #522 from teloxide/doc_cfg_update
Remove `doc(cfg)` annotations in favour of `feature(doc_auto_cfg)`
2022-02-10 20:01:58 +06:00
Mattia Righetti
9af44d41ff
Move bot higher in README list 2022-02-10 14:55:36 +01:00
Maybe Waffle
ccd87a6ed3 Remove doc(cfg) annotations in favour of feature(doc_auto_cfg) 2022-02-10 16:39:21 +03:00
Mattia Righetti
d553f7b509
Fixed bot link 2022-02-10 13:16:45 +01:00
Mattia Righetti
ea041f67e1
Add GroupActivityBot example 2022-02-10 13:14:43 +01:00
Hirrolot
e2023c4620
Merge pull request #520 from teloxide/dev
Merge v0.7.0
2022-02-09 18:03:33 +06:00
Hirrolot
7543c76027
Merge pull request #519 from teloxide/v0.7.0
v0.7.0
2022-02-09 17:14:56 +06:00
Hirrolot
f923114d20
Fix the changelog 2022-02-09 17:06:17 +06:00
Hirrolot
30d37741e4 Release v0.7.0 2022-02-09 08:38:57 +06:00
Hirrolot
5b13f8c905
Merge pull request #518 from teloxide/doc-url-fix
Doc url fix
2022-02-08 04:17:16 +06:00
Hirrolot
24d5c38670 Fix the broken URL 2022-02-08 04:09:08 +06:00
Hirrolot
0cda7aa3dd
Merge pull request #517 from teloxide/handlers-send-sync
Make the default and error handlers `Send + Sync`
2022-02-08 04:04:25 +06:00
Hirrolot
3ab5763afb Add test_tokio_spawn 2022-02-08 03:54:30 +06:00
Hirrolot
62da2cacb8 Update the changelog 2022-02-07 15:58:34 +06:00
Hirrolot
ba277991c9 Make the default and error handlers Send + Sync 2022-02-07 15:53:52 +06:00
Waffle Maybe
3018ab272b
Merge pull request #514 from teloxide/dev
Merge v0.6.1
2022-02-06 17:42:14 +03:00
Hirrolot
283533b496
Merge pull request #513 from teloxide/doc_fix
Fix docs.rs build
2022-02-06 20:32:26 +06:00
Maybe Waffle
675600bf74 Fix docs.rs build 2022-02-06 17:23:21 +03:00
Hirrolot
d348b75432
Merge pull request #512 from teloxide/update-changelog-date
Update the v0.6.0 release date
2022-02-06 18:41:30 +06:00
Hirrolot
c8c0cdf218
Merge pull request #511 from teloxide/update-changelog-date
Update changelog date
2022-02-06 18:41:30 +06:00
Hirrolot
84e61db247
Merge pull request #509 from teloxide/update-readme-version
Update the version in the README
2022-02-06 18:39:26 +06:00
Hirrolot
ba541ec5ab
Merge pull request #510 from teloxide/update-readme-version
Update readme version
2022-02-06 18:39:26 +06:00
Hirrolot
25db911829
Update the v0.6.0 release date 2022-02-06 18:33:01 +06:00
Hirrolot
dbc7eb0150
Update the version in the README 2022-02-06 18:30:08 +06:00
Hirrolot
66023ee56c
Merge pull request #508 from teloxide/dev
Merge v0.6.0
2022-02-06 18:10:55 +06:00
Hirrolot
ed148260c5
Merge pull request #507 from teloxide/v0.6.0
Release v0.6.0
2022-02-06 18:01:41 +06:00
Hirrolot
9eac077ecd Release v0.6.0 2022-02-06 17:47:56 +06:00
Hirrolot
e9df8b6bc6
Merge pull request #506 from teloxide/post-dispatching2
Post dispatching2
2022-02-06 17:45:35 +06:00
Waffle Maybe
6945c464ef
fix typo in MIGRATION_GUIDE.md 2022-02-06 14:37:23 +03:00
Hirrolot
9f60483389 Fix the link to the v0.5 -> v0.6 migration guide 2022-02-06 17:34:57 +06:00
Hirrolot
280017c597 Mention teloxide-core in MIGRATION_GUIDE.md 2022-02-06 17:34:07 +06:00
Hirrolot
c0c18ebbdf Mention teloxide-core in the changelog 2022-02-06 17:32:30 +06:00
Hirrolot
a49d637e81 Preserve the old migration guide (v0.4 -> v0.5) 2022-02-06 17:31:18 +06:00
Hirrolot
3568ae5bd7 Update teloxide-macros to v0.5 2022-02-05 21:40:10 +06:00
Hirrolot
ec70e3b7d8 Update dptree to v0.1.0 2022-02-05 20:40:42 +06:00
Hirrolot
407c6bc23e
Warn that the old dispatching will be removed 2022-02-05 14:29:40 +06:00
Hirrolot
b0e5a4a0e6 Write the migration guide for v0.6 2022-02-05 14:26:05 +06:00
Hirrolot
672e879ffe Update CHANGELOG.md 2022-02-05 13:50:46 +06:00
Hirrolot
25f863402d
Merge pull request #505 from teloxide/refactor_shutdown_token
Refactor `ShutdownToken`
2022-02-05 13:33:07 +06:00
Maybe Waffle
24c8035b3c Refactor ShutdownToken 2022-02-04 23:52:52 +03:00
Hirrolot
e4fb3a711d
Merge pull request #470 from teloxide/dispatching2
Dispatching 2.0
2022-02-05 02:51:16 +06:00
Hirrolot
42e1cd2cd1 Update an example in src/dispatching2/mod.rs 2022-02-05 02:43:12 +06:00
Hirrolot
b4aa3a4504 Move storage back to dispatching 2022-02-05 02:37:01 +06:00
Hirrolot
5909e48e11 Deprecate the old dispatching system 2022-02-05 02:33:03 +06:00
Hirrolot
07b844db99 Add BotCommand::bot_commands 2022-02-05 02:18:47 +06:00
Hirrolot
bde566825f Fix the goddamn CI 2022-02-05 01:13:44 +06:00
Hirrolot
6eb243170c Update rust-toolchain.toml 2022-02-05 01:11:38 +06:00
Hirrolot
3f711b0d80 Revert "Update rustfmt on the CI"
This reverts commit 0dce872a9a.
2022-02-05 01:11:26 +06:00