Skip to content

Commit

Permalink
Prepare to release v0.1.4 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabani authored Jul 15, 2024
1 parent b85e262 commit d664e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codd.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cabal-version: 2.0

name: codd
version: 0.1.3
description: Multi-environment postgres database version control. README at <https://github.com/mzabani/codd#readme>
version: 0.1.4
description: Codd is a simple-to-use CLI tool that applies plain postgres SQL migrations atomically with strong and automatic cross-environment schema equality checks. README at <https://github.com/mzabani/codd#readme>
homepage: https://github.com/mzabani/codd#readme
bug-reports: https://github.com/mzabani/codd/issues
author: Marcelo Zabani
Expand Down
2 changes: 1 addition & 1 deletion nix/install-codd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
fi

SRCDIR=$(mktemp -d || echo /tmp/codd-checkout-Y6fRwa_23x)
git clone --depth 1 -b v0.1.3 https://github.com/mzabani/codd.git "$SRCDIR"
git clone --depth 1 -b v0.1.4 https://github.com/mzabani/codd.git "$SRCDIR"

nix-env -f "$SRCDIR/nix/install-codd-nixpkgs.nix" \
--option trusted-substituters 'https://cache.nixos.org https://cache.iog.io https://mzabani.cachix.org' \
Expand Down

0 comments on commit d664e8e

Please sign in to comment.