Skip to content

Commit 81700e6

Browse files
committed
Release core 0.6.1
1 parent c9214ea commit 81700e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

hnix-store-core/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## [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
4+
5+
* Fixed:
6+
7+
* [(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)
8+
39
## [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
410

511
* Breaking:

hnix-store-core/hnix-store-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hnix-store-core
3-
version: 0.6.0.0
3+
version: 0.6.1.0
44
synopsis: Core effects for interacting with the Nix store.
55
description:
66
This package contains types and functions needed to describe

0 commit comments

Comments
 (0)