From c9df68c320c8b9230561a8ed993d7a9173a6e8ac Mon Sep 17 00:00:00 2001 From: Daniel Rolls Date: Sun, 23 Feb 2025 19:59:51 +0000 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 3 ++- shellify.cabal | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 947cd73..db1c044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog for Shellify -## Next Release +## 0.13.0 - Return exit code zero when some invalid options are passed +- End shell and flake files with a newline character ## 0.12.0 - Add --allow-local-pinned-registries-to-be-prioritized switch diff --git a/shellify.cabal b/shellify.cabal index c34d07d..4f6869c 100644 --- a/shellify.cabal +++ b/shellify.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: shellify -version: 0.12.0.1 +version: 0.13.0.0 author: Daniel Rolls maintainer: daniel.rolls.27@googlemail.com