Skip to content

Commit

Permalink
Merge pull request #189 from haskell-nix/release/core-0.6
Browse files Browse the repository at this point in the history
Release core 0.6
  • Loading branch information
sorki authored Jun 6, 2022
2 parents 71991e5 + 86cec2f commit 8e14153
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion hnix-store-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hnix-store-core/hnix-store-core.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8e14153

Please sign in to comment.