Skip to content

Commit

Permalink
Updated package versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Sep 10, 2024
1 parent 6f40059 commit b332f1b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
12 changes: 9 additions & 3 deletions beam-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# 0.10.2.0

## Added features

* Added support for creating database schemas and associated tables with `createDatabaseSchema` and `createTableWithSchema` (#716).

# 0.10.1.0

# Added features
## Added features

* Allow embedding database types
* Loosen some version bounds

# 0.10.0.0

# Bug fixes
## Bug fixes

* Make sure lateral join names do not overlap

# Addded features
## Addded features

* Add `runSelectReturningFirst`
* `IN (SELECT ...)` syntax via `inQuery_`
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.1.0
version: 0.10.2.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
Expand Down
10 changes: 8 additions & 2 deletions beam-migrate/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# 0.5.3.0

## Added features

* Added support for creating database schemas and associated tables with `createDatabaseSchema` and `createTableWithSchema` (#716).

# 0.5.2.1

# Added features
## Added features

* Loosen some version bounds

# 0.5.2.0

# Addded features
## Addded features

* `IN (SELECT ...)` syntax via `inSelectE`

Expand Down
2 changes: 1 addition & 1 deletion beam-migrate/beam-migrate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: beam-migrate
version: 0.5.2.1
version: 0.5.3.0
synopsis: SQL DDL support and migrations support library for Beam
description: This package provides type classes to allow backends to implement
SQL DDL support for beam. This allows you to use beam syntax to
Expand Down
3 changes: 2 additions & 1 deletion beam-postgres/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Unreleased
# 0.5.4.0

## Added features

* Better error messages on column type mismatches (#696).
* Added support for creating database schemas and associated tables with `createDatabaseSchema` and `createTableWithSchema` (#716).

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion beam-postgres/beam-postgres.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: beam-postgres
version: 0.5.3.1
version: 0.5.4.0
synopsis: Connection layer between beam and postgres
description: Beam driver for <https://www.postgresql.org/ PostgreSQL>, an advanced open-source RDBMS
homepage: https://haskell-beam.github.io/beam/user-guide/backends/beam-postgres
Expand Down

0 comments on commit b332f1b

Please sign in to comment.