Release core 0.6.1

This commit is contained in:
Richard Marko 2023-01-02 12:13:57 +01:00
parent c9214eaec3
commit 81700e6e7c
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# ChangeLog
## [0.6.1.0](https://github.com/haskell-nix/hnix-store/compare/core-0.6.0.0...core-0.6.1.0) 2023-01-02
* Fixed:
* [(link)](https://github.com/haskell-nix/hnix-store/pull/201) [(link)](https://github.com/haskell-nix/hnix-store/pull/203) NAR serialization compatibility (symlinks, directory symlinks, UTF-8 handling)
## [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:

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: hnix-store-core
version: 0.6.0.0
version: 0.6.1.0
synopsis: Core effects for interacting with the Nix store.
description:
This package contains types and functions needed to describe