diff --git a/.github/workflows/create-github-release.yml b/.github/workflows/create-github-release.yml index 47c38339..55cdaf82 100644 --- a/.github/workflows/create-github-release.yml +++ b/.github/workflows/create-github-release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: versionToRelease: - description: 'A version to release with a leading `v` character, e.g. v0.1.5' + description: 'A version to release with a leading `v` character, e.g. v0.1.5' required: true defaults: diff --git a/LICENSE b/LICENSE index 2e1873a3..4c3e07cb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright Marcelo Zabani (c) 2024 +Copyright Marcelo Zabani (c) 2025 All rights reserved. diff --git a/codd.cabal b/codd.cabal index 6aa953c4..bcbc7f77 100644 --- a/codd.cabal +++ b/codd.cabal @@ -1,13 +1,13 @@ cabal-version: 2.0 name: codd -version: 0.1.5 +version: 0.1.6 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 maintainer: mzabani@gmail.com -copyright: 2024 Marcelo Zabani +copyright: 2025 Marcelo Zabani license: BSD3 license-file: LICENSE build-type: Simple diff --git a/nix/install-codd.sh b/nix/install-codd.sh index 8f5aada5..d0ec6f5c 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.5 https://github.com/mzabani/codd.git "$SRCDIR" +git clone --depth 1 -b v0.1.6 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' \