Skip to content

Commit

Permalink
Prepare for v0.1.6 release (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabani authored Jan 12, 2025
1 parent e651ed3 commit 8e76873
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Marcelo Zabani (c) 2024
Copyright Marcelo Zabani (c) 2025

All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions codd.cabal
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/mzabani/codd#readme>
homepage: https://github.com/mzabani/codd#readme
bug-reports: https://github.com/mzabani/codd/issues
author: Marcelo Zabani
maintainer: [email protected]
copyright: 2024 Marcelo Zabani
copyright: 2025 Marcelo Zabani
license: BSD3
license-file: LICENSE
build-type: Simple
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.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' \
Expand Down

0 comments on commit 8e76873

Please sign in to comment.