From a5d432a39c52bc50b2ac8c504cee453b78865083 Mon Sep 17 00:00:00 2001 From: regnat Date: Tue, 18 Dec 2018 09:14:11 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3219e2a..555b7b5c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/). +## [0.5.1] - 2018-12-18 + +### Changed + +- `nixpkgs_package` now has a new optional argument `nixopts` + allowing to pass extra arguments to the `nix-build` calls + +### Fixed + +- The various `nix_*` rules are now only triggered when one of their dependency + has changed and not each time the `WORKSPACE` is modified +- The `nixpkgs_cc_configure` macro is now much faster +- `nixpkgs_cc_configure` is now a no-op on non nixpkgs-supported platforms + instead of throwing an error +- The `lib` filegroup provided in the default `BUILD` file for + `nixpkgs_package` now also works on MacOS + ## [0.4.1] - 2018-11-17 ### Added