From 7c51dc41e31bd0b7340f4b0c3946ea7c308a78cb Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Thu, 7 Nov 2024 20:37:40 +0100 Subject: [PATCH] Bump versions and update readme's and changelogs --- README.md | 1 + telegram-bot-api/CHANGELOG.md | 6 ++++++ telegram-bot-api/telegram-bot-api.cabal | 2 +- telegram-bot-simple/CHANGELOG.md | 6 ++++++ telegram-bot-simple/README.md | 1 + telegram-bot-simple/telegram-bot-simple.cabal | 4 ++-- 6 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32e9d6c..98c0ea4 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,6 @@ You can use a [Nix flake](https://wiki.nixos.org/wiki/Flakes) from this repo to | 0.14 | 7.3 | | 0.14.2 | 7.4 | | 0.14.3 | 7.4.2 | +| 0.14.4 | 7.4.3 | _Nick_ diff --git a/telegram-bot-api/CHANGELOG.md b/telegram-bot-api/CHANGELOG.md index b52bf2d..7525e68 100644 --- a/telegram-bot-api/CHANGELOG.md +++ b/telegram-bot-api/CHANGELOG.md @@ -1,5 +1,11 @@ # telegram-bot-api +## 7.4.3 -- 2024-11-07 + +- Remove unused packages (see [#194](https://github.com/fizruk/telegram-bot-simple/pull/194)). +- Remove unused pragmas and apply other hlint suggestions (see [#195](https://github.com/fizruk/telegram-bot-simple/pull/195)). + + ## 7.4.2 -- 2024-10-31 - Fix `ChatFullInfo` type `active_usernames` attribute (see [#192](https://github.com/fizruk/telegram-bot-simple/pull/192)). diff --git a/telegram-bot-api/telegram-bot-api.cabal b/telegram-bot-api/telegram-bot-api.cabal index fb5b59d..6b62e6e 100644 --- a/telegram-bot-api/telegram-bot-api.cabal +++ b/telegram-bot-api/telegram-bot-api.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: telegram-bot-api -version: 7.4.2 +version: 7.4.3 synopsis: Easy to use library for building Telegram bots. Exports Telegram Bot API. description: Please see the README on Github at . diff --git a/telegram-bot-simple/CHANGELOG.md b/telegram-bot-simple/CHANGELOG.md index f293c6e..776ddec 100644 --- a/telegram-bot-simple/CHANGELOG.md +++ b/telegram-bot-simple/CHANGELOG.md @@ -1,3 +1,9 @@ +0.14.4 -- 2024-11-07 +--- + +- Print failures from telegram-bot-api thrown in bot action handlers (see [#197](https://github.com/fizruk/telegram-bot-simple/pull/197)). +- Support `telegram-bot-api-.7.4.3`. + 0.14.3 -- 2024-10-20 --- diff --git a/telegram-bot-simple/README.md b/telegram-bot-simple/README.md index e619fc9..6d67ba8 100644 --- a/telegram-bot-simple/README.md +++ b/telegram-bot-simple/README.md @@ -34,5 +34,6 @@ Feel free to ping me on GitHub, file an issue or submit a PR :) | 0.14 | 7.3 | | 0.14.2 | 7.4 | | 0.14.3 | 7.4.2 | +| 0.14.4 | 7.4.3 | _Nick_ diff --git a/telegram-bot-simple/telegram-bot-simple.cabal b/telegram-bot-simple/telegram-bot-simple.cabal index cf4a2e1..6d953da 100644 --- a/telegram-bot-simple/telegram-bot-simple.cabal +++ b/telegram-bot-simple/telegram-bot-simple.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: telegram-bot-simple -version: 0.14.3 +version: 0.14.4 synopsis: Easy to use library for building Telegram bots. description: Please see the README on Github at category: Web @@ -70,7 +70,7 @@ library , split , stm , template-haskell - , telegram-bot-api >= 7.4.2 + , telegram-bot-api >= 7.4.3 , text , time , transformers