Skip to content

Commit

Permalink
Merge pull request #57 from tweag/release_0_5_1
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
mboes authored Dec 19, 2018
2 parents fb2d93d + a5d432a commit 6747660
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6747660

Please sign in to comment.