Skip to content

Commit 82c2b38

Browse files
committed
version bump
1 parent 8b48673 commit 82c2b38

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
I will do my best to keep this updated with changes as they happen.
44

5+
## 0.29.0
6+
7+
**The core functionality of Tourmaline is now auto generated from the official Bot API documentation. This means that Tourmaline will always be up to date with the latest version of the Bot API.**
8+
9+
### Added:
10+
11+
- New method set_my_name to change the bot's name. Returns True on success.
12+
- New method get_my_name to get the current bot name for the user's language. Returns BotName on success.
13+
- New Tourmaline::BotName class to represent the bot's name.
14+
- New Tourmaline::InlineQueryResultsButton class to represent a button shown above inline query results.
15+
- New Tourmaline::SwitchInlineQueryChosenChat class to represent an inline button for switching the user to inline mode in a chosen chat.
16+
17+
### Changed:
18+
19+
- Updated Tourmaline::WriteAccessAllowed class to include an optional web_app_name property for the Web App launched from a link.
20+
- Modified Tourmaline::InlineKeyboardButton class to include an optional switch_inline_query_chosen_chat property.
21+
- Updated Tourmaline::CallbackQuery class to include an optional via_chat_folder_invite_link property.
22+
- Modified answerInlineQuery method to accept a Tourmaline::InlineQueryResultsButton instead of switch_pm_text and switch_pm_parameter parameters.
23+
24+
### Fixed:
25+
26+
No bug fixes reported in this diff.
27+
528
## 0.28.0
629

730
**This release contains major breaking changes. If you currently rely on Tourmaline as a framework you may not want to update.**

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tourmaline
2-
version: 0.29.0-beta.1
2+
version: 0.29.0
33

44
authors:
55
- Chris Watson <[email protected]>

0 commit comments

Comments
 (0)