packages feed

nix-graph-1.0.2.0: CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][changelog], and this project adheres
to the [Haskell Package Versioning Policy][pvp].

## [Unreleased]

## [1.0.2.0] - 2022-05-12
### Added
- New field `derivationEnv` of `Derivation`.

## [1.0.1.0] - 2022-02-09
### Added
- New function `buildFull` to get back the nix graph of Derivations instead of FilePaths.

## [1.0.0.0] - 2021-05-27

Initial release

[Unreleased]: [https://github.com/awakesecurity/nix-graph/compare/v1.0.1.0...HEAD]
[1.0.1.0]: https://github.com/awakesecurity/nix-graph/releases/tag/v1.0.1.0
[1.0.0.0]: https://github.com/awakesecurity/nix-graph/releases/tag/v1.0.0.0

[changelog]: https://keepachangelog.com/en/1.0.0/
[pvp]: https://pvp.haskell.org/