Skip to content

Commit b4377c7

Browse files
Release 0.4.3 (#153)
* Core: ChangeLog: add 0.4.3.0 section * Remote: ChangeLog: add 0.4.3.0 section * {Core, Remote}: cabal: proclaim 0.4.3.0
1 parent c3c5160 commit b4377c7

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

hnix-store-core/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Revision history for hnix-store-core
22

3+
## [0.4.3.0](https://github.com/haskell-nix/hnix-store/compare/0.4.2.0...0.4.3.0) 2021-05-30
4+
5+
* Additional:
6+
7+
* [(link)](https://github.com/haskell-nix/hnix-store/commit/b85f7c875fe6b0bca939ffbcd8b9bd0ab1598aa0) `System.Nix.ReadonlyStore`: add a readonly `computeStorePathForPath`
8+
* [(link)](https://github.com/haskell-nix/hnix-store/commit/db71ecea3109c0ba270fa98a9041a8556e35217f) `System.Nix.ReadonlyStore`: `computeStorePathForPath`: force SHA256 as it's the only valid choice
9+
* [(link)](https://github.com/haskell-nix/hnix-store/commit/5fddf3c66ba1bcabb72c4d6b6e09fb41a7acd62c): `makeTextPath`: order the references
10+
311
## [0.4.2.0](https://github.com/haskell-nix/hnix-store/compare/0.4.1.0...0.4.2.0) 2021-03-12
412

513
* Additional:

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.4.2.0
3+
version: 0.4.3.0
44
synopsis: Core effects for interacting with the Nix store.
55
description:
66
This package contains types and functions needed to describe

hnix-store-remote/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for hnix-store-remote
22

3+
## [0.4.3.0](https://github.com/haskell-nix/hnix-store/compare/0.4.2.0...0.4.3.0) 2021-05-30
4+
5+
Nothing (it is tandem `hnix-store-core` fix release)
6+
37
## [0.4.2.0](https://github.com/haskell-nix/hnix-store/compare/0.4.1.0...0.4.2.0) 2021-03-12
48

59
* Additional:

hnix-store-remote/hnix-store-remote.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-remote
3-
version: 0.4.2.0
3+
version: 0.4.3.0
44
synopsis: Remote hnix store
55
description: Implementation of the nix store using the daemon protocol.
66
homepage: https://github.com/haskell-nix/hnix-store

0 commit comments

Comments
 (0)