Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsb committed Mar 27, 2024
1 parent 82ba567 commit 68a79b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calamity-commands/calamity-commands.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: calamity-commands
version: 0.4.0.0
version: 0.4.1.0
synopsis:
A library for declaring, parsing, and invoking text-input based commands

Expand Down
5 changes: 5 additions & 0 deletions calamity/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Calamity

## 0.11.0.0

+ Added support for Aeson 2.2 @Miezhiko
+ Support MTL 2.3+ @Miezhiko

## 0.10.0.0

+ Updated `CreateMessageAttachment.content` to be a `Network.HTTP.Client.RequestBody`
Expand Down
4 changes: 2 additions & 2 deletions calamity/calamity.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: calamity
version: 0.10.0.0
version: 0.11.0.0
synopsis: A library for writing discord bots in haskell
description:
Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>
Expand All @@ -14,7 +14,7 @@ copyright: 2020 Ben Simms
license: MIT
license-file: LICENSE
build-type: Simple
tested-with: GHC ==9.4.4
tested-with: GHC ==9.6.4
extra-source-files:
ChangeLog.md
README.md
Expand Down

0 comments on commit 68a79b6

Please sign in to comment.