Skip to content

Commit

Permalink
Bump version and update changelog, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed Oct 31, 2024
1 parent 2fbf7c2 commit 9945ef1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ You can use a [Nix flake](https://wiki.nixos.org/wiki/Flakes) from this repo to
| 0.13 | 7.0 |
| 0.14 | 7.3 |
| 0.14.2 | 7.4 |
| 0.14.3 | 7.4.1 |
| 0.14.3 | 7.4.2 |

_Nick_
5 changes: 5 additions & 0 deletions telegram-bot-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# telegram-bot-api

## 7.4.2 -- 2024-10-31

- Fix `ChatFullInfo` type `active_usernames` attribute (see [#192](https://github.com/fizruk/telegram-bot-simple/pull/192)).
- Fix compilation warnings (see [#193](https://github.com/fizruk/telegram-bot-simple/pull/193)).

## 7.4.1 -- 2024-10-20

- Fix `inline_messaige_id` type representation (see [#191](https://github.com/fizruk/telegram-bot-simple/pull/191)).
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.1
version: 7.4.2
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
2 changes: 1 addition & 1 deletion telegram-bot-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Feel free to ping me on GitHub, file an issue or submit a PR :)
| 0.13 | 7.0 |
| 0.14 | 7.3 |
| 0.14.2 | 7.4 |
| 0.14.3 | 7.4.1 |
| 0.14.3 | 7.4.2 |

_Nick_
2 changes: 1 addition & 1 deletion telegram-bot-simple/telegram-bot-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
, split
, stm
, template-haskell
, telegram-bot-api >= 7.4.1
, telegram-bot-api >= 7.4.2
, text
, time
, transformers
Expand Down

0 comments on commit 9945ef1

Please sign in to comment.