Skip to content

Commit

Permalink
Release 0.10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 22, 2024
1 parent d948b98 commit bab3a2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion beam-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.10.3.1

## Updated dependencies

Expand All @@ -8,6 +8,10 @@

* The `Pagila` example in `beam-postgres` has been updated to compile using the most recent version of `beam` packages (#729).

## Packaging

* Remove the GHC flag `-O3`, which resulted in increased compilation time by default. This flag can still be activated using your build system of choice, as with every library.

# 0.10.3.0

## Added features
Expand Down
2 changes: 1 addition & 1 deletion beam-core/beam-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/

name: beam-core
version: 0.10.3.0
version: 0.10.3.1
synopsis: Type-safe, feature-complete SQL query and manipulation interface for Haskell
description: Beam is a Haskell library for type-safe querying and manipulation of SQL databases.
Beam is modular and supports various backends. In order to use beam, you will need to use
Expand Down

0 comments on commit bab3a2f

Please sign in to comment.