Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Feb 5, 2023
1 parent 95e712a commit c88d864
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ description = "Changelog"
weight = 3
+++

## 0.12.0 (2023-02-05)

- Add inline keyboard for help command ([#288](https://github.com/ayrat555/el_monitorro/pull/288))
- Add command to close/remove keyboards and messages ([#289](https://github.com/ayrat555/el_monitorro/pull/289))
- Support `author` in templates ([#294](https://github.com/ayrat555/el_monitorro/pull/294))
- Support authors from dublincore ([#295](https://github.com/ayrat555/el_monitorro/pull/295))
- Add `preview_enabled` to chats ([#296](https://github.com/ayrat555/el_monitorro/pull/296))
- Feed keyboards ([#298](https://github.com/ayrat555/el_monitorro/pull/298))
- Process commands in conversational style ([#301](https://github.com/ayrat555/el_monitorro/pull/301))
- CommandsKeyboard improvements ([#302](https://github.com/ayrat555/el_monitorro/pull/302))
- Display only read-only commands for feed keyboards in public chats ([#303](https://github.com/ayrat555/el_monitorro/pull/303))
- Update rust version and dependencies

## 0.11.0 (2022-09-24)

### Improved
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "el_monitorro"
version = "0.11.0"
version = "0.12.0"
authors = ["Ayrat Badykov <ayratin555@gmail.com>"]
edition = "2021"
rust-version = "1.62"
Expand Down

0 comments on commit c88d864

Please sign in to comment.