From 84954d266c84077ee5a63c6609ad43d88a2740c0 Mon Sep 17 00:00:00 2001 From: sorki Date: Wed, 9 Oct 2024 14:44:23 +0200 Subject: [PATCH] nar-0.1.0.0 -> nar-0.1.1.0 --- hnix-store-nar/CHANGELOG.md | 4 ++++ hnix-store-nar/hnix-store-nar.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hnix-store-nar/CHANGELOG.md b/hnix-store-nar/CHANGELOG.md index e1c82d6..7234118 100644 --- a/hnix-store-nar/CHANGELOG.md +++ b/hnix-store-nar/CHANGELOG.md @@ -1,3 +1,7 @@ +# [0.1.1.0](https://github.com/haskell-nix/hnix-store/compare/nar-0.1.0.0...nar-0.1.1.0) 2024-10-09 + +* Fix ordering of case-hacked paths on macOS [#286](https://github.com/haskell-nix/hnix-store/pull/286) + # 0.1.0.0 2024-07-31 * Initial release after a split from `hnix-store-core` diff --git a/hnix-store-nar/hnix-store-nar.cabal b/hnix-store-nar/hnix-store-nar.cabal index aa18af1..e8d7c33 100644 --- a/hnix-store-nar/hnix-store-nar.cabal +++ b/hnix-store-nar/hnix-store-nar.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hnix-store-nar -version: 0.1.0.0 +version: 0.1.1.0 synopsis: NAR file format description: Packing and unpacking for NAR file format used by Nix.