Skip to content

Commit

Permalink
v0.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Jun 8, 2020
1 parent 00d1dc0 commit e9416c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 0.20.0

- **(breaking change)** Removed the filters, replaced with new handlers
- **(breaking change)** Removed Granite specific DB includes from models (also commented out `db_persistence.cr`; next update should make persistence better)
- **(breaking change)** Renamed `PagedInlineKeyboard` to `PagedKeyboard`
- Added `RoutedMenu` class for easy menu building

## 0.19.1

- Replace broken `Int` in unions with `Int::Primitive`
Expand Down Expand Up @@ -81,4 +88,4 @@ Updated to bot API 4.7
- Add `send_dice` method to client.
- Add `BotCommand` model along with `get_my_commands` and `set_my_commands` methods.
- Add new sticker/sticker set methods.
- Add `Dice` update action.
- Add `Dice` update action.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tourmaline
version: 0.19.1
version: 0.20.0

authors:
- Chris Watson <chris@watzon.tech>
Expand Down
2 changes: 1 addition & 1 deletion src/tourmaline/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tourmaline
VERSION = "0.19.1"
VERSION = "0.20.0"
end

0 comments on commit e9416c9

Please sign in to comment.