Commit graph

4135 commits

Author SHA1 Message Date
Hirrolot
d515fc62eb Release v0.10.1
Former-commit-id: ab463df5eb
2022-07-22 18:55:58 +06:00
Waffle Maybe
d5a8c0589c Merge pull request #457 from teloxide/more_must_uses
Add more `#[must_use]` attributes for appropriate functions

Former-commit-id: a36f2b03d9
2022-07-22 15:56:01 +04:00
Waffle Maybe
bd97e3cea2 Merge pull request #681 from teloxide/fix-img-paths
fix img paths

Former-commit-id: 6f993ce6b2
2022-07-22 15:54:22 +04:00
Maybe Waffle
611a38990e fix typos
Former-commit-id: fd12e1eb06
2022-07-22 15:52:25 +04:00
Maybe Waffle
f12cac7a43 Add more #[must_use] attributes for appropriate functions
Former-commit-id: 52096d269f
2022-07-22 13:53:46 +04:00
Maybe Waffle
d97646b38b Fix image paths in readme
Former-commit-id: b0bfbcbc72
2022-07-22 13:47:10 +04:00
Waffle Maybe
fdf147c9f7 Merge pull request #679 from teloxide/fix-community-bots
Remove `ArtHome12/vzmuinebot` from outdated bots

Former-commit-id: 3ce3cf7a55
2022-07-21 18:18:34 +04:00
Hirrolot
e769deff85 Remove ArtHome12/vzmuinebot from outdated bots
I think it was added by mistake since it uses teloxide v0.9.2, which is a relatively new version.

Former-commit-id: ecf0c36356
2022-07-21 20:15:44 +06:00
Hirrolot
4e6ce04f7e Merge pull request #678 from teloxide/dev
Merge v0.10.0

Former-commit-id: 9f1a5302ef
2022-07-21 17:03:55 +06:00
Waffle Maybe
80bf7c6b16 Merge pull request #677 from teloxide/update_dptree
Bump version -> 0.10

Former-commit-id: 85a11a6064
2022-07-21 14:58:15 +04:00
Hirrolot
f4d99b8766 Update CHANGELOG.md to v0.10.0
Former-commit-id: 02ec94a08b
2022-07-21 16:54:37 +06:00
Hirrolot
3dd8787f13 Adjust imports a little bit in examples/purchase.rs
Former-commit-id: a22c91df6c
2022-07-21 16:53:52 +06:00
Maybe Waffle
e1419f578f Fix deprecation version
Former-commit-id: 0cb4bfef36
2022-07-21 13:35:48 +04:00
Maybe Waffle
04bcce7701 make schema in docs nicer
Former-commit-id: 84beedfff4
2022-07-21 13:32:05 +04:00
Maybe Waffle
a4ecaa03af Do not ignore tests in dispatching
When test is ignored rustdoc shows a warning sign which is disturbing.


Former-commit-id: 627b8624f3
2022-07-21 13:32:05 +04:00
Maybe Waffle
11231655c2 Move ctrlc handler enable function to DispatcherBuilder
This helps with consistency -- every setting is changed in builder.
Also `Self -> Self` function sometimes plays more nicely with borrowck.


Former-commit-id: dd4af30727
2022-07-21 13:32:05 +04:00
Hirrolot
378acfc17a Put community bots with old teloxide into a hidden section
Former-commit-id: 92abc22613
2022-07-21 14:51:22 +06:00
Hirrolot
b6c6e3e1ee Add zamazan4ik/npaperbot-telegram to community bots
Former-commit-id: ca85dfff16
2022-07-21 14:28:26 +06:00
Hirrolot
31cfca1615 Update the API coverage badge
Former-commit-id: 7e6c04643f
2022-07-20 20:13:44 +06:00
Hirrolot
e212765847 Drop community bots using old versions of teloxide
Also, prettify the list representation a little bit.

Former-commit-id: d2cb46382c
2022-07-20 20:11:55 +06:00
Hirrolot
ac3a42ff0a Link Dispatcher from the docs of REPLs
Former-commit-id: 4fb8a120ea
2022-07-20 19:40:32 +06:00
Hirrolot
d919c99b69 Improve the dispatching explanation (docs)
Former-commit-id: 9ab3b3a1c5
2022-07-20 17:44:39 +06:00
Hirrolot
fb5b64bff9 Update teloxide-macros to v0.6.3
Former-commit-id: 3d9f4ef2b0
2022-07-19 22:02:44 +06:00
Hirrolot
46c7f21988
Merge pull request #28 from teloxide/v0.6.3
Release v0.6.3
2022-07-19 21:58:35 +06:00
Hirrolot
21a157347d Release v0.6.3 2022-07-19 21:56:59 +06:00
Waffle Maybe
4274eeeba9
Merge pull request #27 from teloxide/fix-parse-with-path
Allow specifying a path to a command handler in `parse_with`
2022-07-19 19:55:45 +04:00
Hirrolot
ad87f6e63c Test teloxide-macros with a parse_with bug fix
Former-commit-id: 78afa99b79
2022-07-19 21:47:09 +06:00
Hirrolot
44d91c56c4 Update CHANGELOG.md 2022-07-19 21:19:34 +06:00
Hirrolot
84f3bee764 Fix Clippy 2022-07-19 21:16:08 +06:00
Hirrolot
bde8222e5a Allow specifying a path as a parse_with argument 2022-07-19 21:06:56 +06:00
Hirrolot
f2cf85d9ce Leave teloxide-core and dptree as GitHub deps (dev)
Former-commit-id: d6d819afb8
2022-07-19 20:16:08 +06:00
Waffle Maybe
6c0e7f814f use different quotes?...
Former-commit-id: d9a7c265f9
2022-07-19 18:12:45 +04:00
Waffle Maybe
a27799e098 attempt to fix ci
Former-commit-id: 9f1d0d7dd8
2022-07-19 18:01:25 +04:00
Hirrolot
6c7f17b070 Retain consistency in CHANGELOG.md
Former-commit-id: 82c7923dea
2022-07-19 19:43:02 +06:00
Hirrolot
db5747eb4e Ignore one doc example
Former-commit-id: b48f87573a
2022-07-19 19:39:25 +06:00
Hirrolot
411c851a2f Update the dispatching example explanation
Former-commit-id: bc8b86181f
2022-07-19 19:34:35 +06:00
Hirrolot
4262175be2 Remove commented dependencies in Cargo.toml
Former-commit-id: ce40f04ebd
2022-07-19 19:34:14 +06:00
Maybe Waffle
1b2b1ee30c update faq
Former-commit-id: 4af32d21eb
2022-07-19 14:54:01 +04:00
Maybe Waffle
a7eff7192b bump version
Former-commit-id: 6996c7ff87
2022-07-19 14:53:42 +04:00
Maybe Waffle
cc74e7517d Update deps
Former-commit-id: ed88e43afa
2022-07-19 14:30:18 +04:00
Hirrolot
5a2bf5e1d9
Merge pull request #240 from teloxide/fixup
fixup
2022-07-19 16:13:03 +06:00
Maybe Waffle
69f7a8b434 fixup serde_with_macros version 2022-07-19 14:06:51 +04:00
Hirrolot
2013940c64
Merge pull request #239 from teloxide/bump07
Bump verson to `0.7`
2022-07-19 15:59:15 +06:00
Maybe Waffle
79257fe91d bump version 2022-07-19 13:53:17 +04:00
Maybe Waffle
c9f0406e34 update dependencies 2022-07-19 13:51:51 +04:00
Waffle Maybe
9395f17988
Merge pull request #237 from teloxide/file_meta_meta
Properly fix file size/path
2022-07-19 07:15:43 +04:00
Waffle Maybe
8ccc4449a9
Merge pull request #238 from teloxide/sticker_kind
Add `StickerKind`
2022-07-19 07:14:04 +04:00
Maybe Waffle
8b4ac2260b Add StickerKind 2022-07-18 18:55:05 +04:00
Maybe Waffle
9b0104dade Properly fix file size/path 2022-07-18 18:01:40 +04:00
Maybe Waffle
f6e7c01a45 Update dptree
Former-commit-id: eb8b384f46
2022-07-18 15:56:45 +04:00