Skip to content

Commit

Permalink
Prepare 0.26.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Jul 2, 2024
1 parent 056180d commit 91d5baf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.26.0 (02.07.2024)

### Bot API

#### 7.6

- Added types: `InputPaidMediaGroup`, `InputPaidMediaGroupError`, `InputPaidMediaGroupItem`, `InputPaidMediaVideo`,
`PaidMedia`, `PaidMediaInfo`, `PaidMediaPreview`, `SendPaidMedia`.
- Added enum variants: `ExternalReplyData::PaidMedia`, `MessageData::PaidMedia`, `TransactionPartner::TelegramAds`.
- Added fields:
- `ChatFullInfo`: `can_send_paid_media`.
- Changed enum variants:
- `TransactionPartner`: `User(User)` to `User { user: User, invoice_payload: Option<String> }`.

## 0.25.0 (18.06.2024)

### Dependencies
Expand Down Expand Up @@ -27,8 +41,7 @@
#### 7.4

- Added types: `RefundStarPayment`.
- Added enum variants:
`TextEntity::ExpandableBlockQuote`.
- Added enum variants: `TextEntity::ExpandableBlockQuote`.
- Added fields:
- `InvoiceParameters`: `provider_token`.
- `Message`: `effect_id`, `show_caption_above_media`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tgbot"
description = "A Telegram Bot library"
version = "0.25.0"
version = "0.26.0"
authors = ["Ross Nomann <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ A full-featured Telegram Bot API client.

```toml
[dependencies]
tgbot = "0.25.0"
tgbot = "0.26.0"
```

## Examples

See examples in the [examples](https://github.com/tg-rs/tgbot/tree/0.25.0/examples) directory.
See examples in the [examples](https://github.com/tg-rs/tgbot/tree/0.26.0/examples) directory.

To run an example you need to create a `.env` file:

Expand All @@ -34,8 +34,8 @@ This project adheres to [ZeroVer](https://0ver.org/).
- [Latest documentation](https://docs.rs/tgbot)
- [Master documentation](https://tg-rs.github.io/tgbot/tgbot/)
- [Telegram Chat](https://t.me/tgrsusers)
- [Changelog](https://github.com/tg-rs/tgbot/tree/0.25.0/CHANGELOG.md)
- [Code of Conduct](https://github.com/tg-rs/tgbot/tree/0.25.0/CODE_OF_CONDUCT.md)
- [Changelog](https://github.com/tg-rs/tgbot/tree/0.26.0/CHANGELOG.md)
- [Code of Conduct](https://github.com/tg-rs/tgbot/tree/0.26.0/CODE_OF_CONDUCT.md)

## LICENSE

Expand Down

0 comments on commit 91d5baf

Please sign in to comment.