Skip to content

Commit

Permalink
Add changelog for v0.10.1.0 and associated releases (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas authored Jun 26, 2023
1 parent 4f94c13 commit 2b74543
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 3 deletions.
7 changes: 7 additions & 0 deletions beam-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.10.1.0

# Added features

* Allow embedding database types
* Loosen some version bounds

# 0.10.0.0

# Bug fixes
Expand Down
6 changes: 6 additions & 0 deletions beam-migrate/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.2.1

# Added features

* Loosen some version bounds

# 0.5.2.0

# Addded features
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.0
version: 0.5.2.1
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
6 changes: 6 additions & 0 deletions beam-postgres/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.3.1

# Added features

* Loosen some version bounds

# 0.5.3.0

# Bug fixes
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.0
version: 0.5.3.1
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
7 changes: 7 additions & 0 deletions beam-sqlite/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.5.3.0

# Added features

* Loosen some version bounds
* `HasSqlEqualityCheck` instance for `Day`

# 0.5.2.0

# Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion beam-sqlite/beam-sqlite.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: beam-sqlite
version: 0.5.2.0
version: 0.5.3.0
synopsis: Beam driver for SQLite
description: Beam driver for the <https://sqlite.org/ SQLite> embedded database.
See <https://haskell-beam.github.io/beam/user-guide/backends/beam-sqlite/ here>
Expand Down

0 comments on commit 2b74543

Please sign in to comment.