ChangeLog(s): release 0.3.0.0

This commit is contained in:
Richard Marko 2020-11-29 15:14:26 +01:00
parent bc10465de2
commit 353ac1511c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Revision history for hnix-store-core
## (unreleased) 0.3.0.0 -- 2020-XY-ZV
## 0.3.0.0 -- 2020-11-29
* `System.Nix.Nar` changes API to support NAR format streaming:
* `buildNarIO :: FilePath -> Handle -> IO ()` - Create a NAR from a regular filesystem object, stream it out on the Handle

View File

@ -1,6 +1,6 @@
# Revision history for hnix-store-remote
## (unreleased) 0.3.0.0 -- 2020-XY-ZV
## 0.3.0.0 -- 2020-11-29
* Restored most store API functions except `addToStoreNar`
* Added `buildDerivation`