Skip to content

Commit

Permalink
Update changelog and nix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Sep 21, 2019
1 parent 0bbe774 commit 9ca76ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions ChangeLog.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ import Text.Read

changeLog :: ChangeLog
changeLog =
[ Version "0.5.0.0" "2019-08-05"
"Multi-column support"
["index and indexUsing now accept a Group instead of a Selector"]
, Version "0.4.1.0" "2019-06-30"
"Better type errors and generic row identifiers"
[ "Custom type errors for scope mismatches."
[ Version "0.5.0.0" "2019-09-21"
"Multi-column indexes and better type errors."
[ "index and indexUsing now accept a Group instead of a Selector (#121)"
, "Custom type errors for scope mismatches."
, "Provide Generic instances for ID and RowID."
, "Provide To/FromJSON instances for ID and RowID (selda-json)."
, "Add back MonadTrans instance for SeldaT."
Expand Down
2 changes: 1 addition & 1 deletion selda/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
}:
mkDerivation {
pname = "selda";
version = "0.4.1.0";
version = "0.5.0.0";
src = ./.;
libraryHaskellDepends = [
base bytestring exceptions mtl text time containers random uuid-types
Expand Down

0 comments on commit 9ca76ef

Please sign in to comment.