From ff8d50861045068e8949b2bfafbd1256e991757d Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Wed, 9 Oct 2024 11:25:00 -0400 Subject: [PATCH] Updated changelog and version bump --- beam-core/ChangeLog.md | 6 ++++++ beam-core/beam-core.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/beam-core/ChangeLog.md b/beam-core/ChangeLog.md index ca4134fd..590da961 100644 --- a/beam-core/ChangeLog.md +++ b/beam-core/ChangeLog.md @@ -1,3 +1,9 @@ +# 0.10.3.0 + +## Bug fixes + + * Fixed an issue where a WHERE clause would be dropped in the absence of a FROM (#695). + # 0.10.2.0 ## Added features diff --git a/beam-core/beam-core.cabal b/beam-core/beam-core.cabal index ab3fb1ff..6e60e359 100644 --- a/beam-core/beam-core.cabal +++ b/beam-core/beam-core.cabal @@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: beam-core -version: 0.10.2.0 +version: 0.10.3.0 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