Skip to content

Commit

Permalink
Bump versions and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed May 26, 2024
1 parent 7ec78ba commit 53f37ef
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ You can use a [Nix flake](https://wiki.nixos.org/wiki/Flakes) from this repo to
| 0.12 | 6.7.1 |
| 0.13 | 7.0 |
| 0.14 | 7.3 |
| 0.14.1 | 7.3.1 |

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

## 7.3.1 -- 2024-05-26

- Fix parsers for `InlineQueryResult`, `BackgroundType`, `ChatBoostSource`, `MessageOrigin`.

## 7.3 -- 2024-05-25

- Drop support GHC 8.10, 9.0, add support GHC 9.8, 9.10 (see [#182](https://github.com/fizruk/telegram-bot-simple/pull/182)).
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.3
version: 7.3.1
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
5 changes: 5 additions & 0 deletions telegram-bot-simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.14.1 -- 2024-05-26
---

- Support `telegram-bot-api == 7.3.1`.

0.14 -- 2024-05-25
---

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 @@ -32,5 +32,6 @@ Feel free to ping me on GitHub, file an issue or submit a PR :)
| 0.12 | 6.7 |
| 0.13 | 7.0 |
| 0.14 | 7.3 |
| 0.14.1 | 7.3.1 |

_Nick_
12 changes: 6 additions & 6 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
version: 0.14.1
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.3
, telegram-bot-api >= 7.3.1
, text
, time
, transformers
Expand Down Expand Up @@ -117,7 +117,7 @@ executable example-echo-bot
if flag(examples)
build-depends:
telegram-bot-simple
, telegram-bot-api >= 7.3
, telegram-bot-api >= 7.3.1
else
buildable: False

Expand Down Expand Up @@ -159,7 +159,7 @@ executable example-echo-bot-webhook
if flag(examples)
build-depends:
telegram-bot-simple
, telegram-bot-api >= 7.3
, telegram-bot-api >= 7.3.1
else
buildable: False

Expand Down Expand Up @@ -212,7 +212,7 @@ executable example-game-bot
, servant-server
, signal
, telegram-bot-simple
, telegram-bot-api >= 7.3
, telegram-bot-api >= 7.3.1
, uuid
, warp
else
Expand Down Expand Up @@ -256,6 +256,6 @@ executable example-todo-bot
if flag(examples)
build-depends:
telegram-bot-simple
, telegram-bot-api >= 7.3
, telegram-bot-api >= 7.3.1
else
buildable: False

0 comments on commit 53f37ef

Please sign in to comment.