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