Skip to content

Commit

Permalink
Bump versions and update readme's and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed Nov 7, 2024
1 parent 38be21d commit 7c51dc4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
6 changes: 6 additions & 0 deletions telegram-bot-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion telegram-bot-api/telegram-bot-api.cabal
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/fizruk/telegram-bot-simple#readme>
.
Expand Down
6 changes: 6 additions & 0 deletions telegram-bot-simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
1 change: 1 addition & 0 deletions telegram-bot-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
4 changes: 2 additions & 2 deletions telegram-bot-simple/telegram-bot-simple.cabal
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/fizruk/telegram-bot-simple#readme>
category: Web
Expand Down Expand Up @@ -70,7 +70,7 @@ library
, split
, stm
, template-haskell
, telegram-bot-api >= 7.4.2
, telegram-bot-api >= 7.4.3
, text
, time
, transformers
Expand Down

0 comments on commit 7c51dc4

Please sign in to comment.