Skip to content

Commit

Permalink
version -> 0.10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 4, 2024
1 parent 34684be commit daab8eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.10.4.0

* Added `instance Default Updater (Field_ n a) ()`

* Added `omitOnWriteTableField`

* Added `inMany` and removed `Functor` constraint from `in_`.

## 0.10.3.1

* Improve Haddock
Expand Down
2 changes: 1 addition & 1 deletion opaleye.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: opaleye
copyright: Copyright (c) 2014-2018 Purely Agile Limited; 2019-2024 Tom Ellis
version: 0.10.3.1
version: 0.10.4.0
synopsis: An SQL-generating DSL targeting PostgreSQL
description: An SQL-generating DSL targeting PostgreSQL. Allows
Postgres queries to be written within Haskell in a
Expand Down

0 comments on commit daab8eb

Please sign in to comment.