Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Update to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Jun 5, 2020
1 parent 9c8fa2c commit a3dfbb9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 0.19.0

- Added support for `Passport` 46f189b
- Added `animated?` to `Sticker` a641078
- Added several new filters including `InlineQueryFilter` and `CallbackQueryFilter`
- Added connection pooling to fix concurrency errors c5fcd1e
- Events are now async by default
- Added a new helper class `PagedInlineKeyboard` e5b91c9
- **(breaking change)** Moved KemalAdapter to `tourmaline/extra` b9b756f
- Added proxy support based on [mamantoha/http_proxy](https://github.com/mamantoha/http_proxy) aa8e089
- Added support for multiple prefixes with commands af0cf5f
- Allow changing the log level using the `LOG` environment variable 6be2df6
- Added an `InstaBot` example 47e2f7d
- **(breaking change)** Disabled (commented out) DBPersistence for now cc84132
- Updated for bot API 4.9
- Added support for the 🏀 emoji, including methods `Client#send_basket`, `Message#reply_with_basket`, and `Message#respond_with_basket`
- Added `via_bot` field to `Message`
- Added `Stage` (importable from `tourmaline/extra`) for conversation handling a505a8f

## 0.18.1

- Added ameba checks
Expand Down
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.18.1
version: 0.19.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.18.1"
VERSION = "0.19.0"
end

0 comments on commit a3dfbb9

Please sign in to comment.