From d664e8e772a0703dd09dd370dfcdbfca75958c96 Mon Sep 17 00:00:00 2001 From: Marcelo Zabani Date: Mon, 15 Jul 2024 17:51:45 -0300 Subject: [PATCH] Prepare to release v0.1.4 (#198) --- codd.cabal | 4 ++-- nix/install-codd.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codd.cabal b/codd.cabal index 5a03ab99..a418f2df 100644 --- a/codd.cabal +++ b/codd.cabal @@ -1,8 +1,8 @@ cabal-version: 2.0 name: codd -version: 0.1.3 -description: Multi-environment postgres database version control. README at +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 homepage: https://github.com/mzabani/codd#readme bug-reports: https://github.com/mzabani/codd/issues author: Marcelo Zabani diff --git a/nix/install-codd.sh b/nix/install-codd.sh index e6a9d47d..b12b2828 100755 --- a/nix/install-codd.sh +++ b/nix/install-codd.sh @@ -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' \