From 86cec2f8015d7a58931cef59717a50223139f2e1 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 6 Jun 2022 09:51:49 +0200 Subject: [PATCH] Release core 0.6 --- hnix-store-core/ChangeLog.md | 9 ++++++++- hnix-store-core/hnix-store-core.cabal | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hnix-store-core/ChangeLog.md b/hnix-store-core/ChangeLog.md index d2c64e38..9d371a01 100644 --- a/hnix-store-core/ChangeLog.md +++ b/hnix-store-core/ChangeLog.md @@ -1,5 +1,13 @@ # ChangeLog +## [0.6.0.0](https://github.com/haskell-nix/hnix-store/compare/core-0.5.0.0...core-0.6.0.0) 2022-06-06 + +* Breaking: + + * [(link)](https://github.com/haskell-nix/hnix-store/pull/177) `streamNarIO` changes type and returns `NarSource m` + * `FilePath` can turn to `NarSource m` using `dumpPath` + * `ByteString` can turn to `NarSource m` using `dumpString` + ## [0.5.0.0](https://github.com/haskell-nix/hnix-store/compare/0.4.3.0...core-0.5.0.0) 2021-06-10 * Breaking: @@ -34,7 +42,6 @@ * add `mkStorePathHash` - a function to create a content into Nix storepath-style hash: `mkStorePathHash :: HashAlgorithm a => ByteString -> ByteString` but recommend to at once use `mkStorePathHashPart`. - ## [0.4.3.0](https://github.com/haskell-nix/hnix-store/compare/0.4.2.0...0.4.3.0) 2021-05-30 diff --git a/hnix-store-core/hnix-store-core.cabal b/hnix-store-core/hnix-store-core.cabal index dc32bc45..ef017cff 100644 --- a/hnix-store-core/hnix-store-core.cabal +++ b/hnix-store-core/hnix-store-core.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hnix-store-core -version: 0.5.0.0 +version: 0.6.0.0 synopsis: Core effects for interacting with the Nix store. description: This package contains types and functions needed to describe