From 7bc434a720417391e2043e8ebae618384930fa45 Mon Sep 17 00:00:00 2001 From: Daniel Rolls Date: Sun, 19 Jan 2025 10:52:52 +0000 Subject: [PATCH] Release 0.12.0.0 --- CHANGELOG.md | 4 ++++ shellify.cabal | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c15db..effbc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for Shellify +## 0.12.0 +- Add --allow-local-pinned-registries-to-be-prioritized switch +- Prioiritise registries favouring those not pinned to local + ## 0.11.0 - Drop the shellify executable in favour or nix-shellify diff --git a/shellify.cabal b/shellify.cabal index 55645ac..1e2a60a 100644 --- a/shellify.cabal +++ b/shellify.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: shellify -version: 0.11.0.5 +version: 0.12.0.0 author: Daniel Rolls maintainer: daniel.rolls.27@googlemail.com @@ -76,6 +76,8 @@ test-suite haskelltest-test other-modules: Paths_shellify, TestHelpers + autogen-modules: + Paths_shellify ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: hspec >=2.9.7 && <2.12,