Skip to content

Commit

Permalink
Merge pull request tweag#151 from tweag/release-0.8.0
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
mergify[bot] authored Feb 11, 2021
2 parents 871d03d + d19aeca commit 6178f2a
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

[Unreleased]: https://github.com/tweag/rules_nixpkgs/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/tweag/rules_nixpkgs/compare/v0.8.0...HEAD

## [0.8.0] - 2021-02-11

[0.8.0]: https://github.com/tweag/rules_nixpkgs/compare/v0.7.0...v0.8.0

### Added

- Bazel Skylib is now included as a dependency on `rules_nixpkgs_dependencies`.
See [#125][#125].
- `nixpkgs_python_configure` now exposes the `quiet` attribute for the
underlying `nispkgs_package`.
See [#131][#131].
- The default `BUILD` file of `nixpkgs_package` now finds more kinds of C/C++
header files in the `include` target.
See [#137][#137].

### Changed

Expand All @@ -28,7 +43,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
favor of `nixpkgs_cc_configure` and will be replaced by it in future.
See [#128][#128].

### Fixed

- Incorrect label contruction for Nix file dependencies.
See [#124][#124].

[#124]: https://github.com/tweag/rules_nixpkgs/pull/124
[#125]: https://github.com/tweag/rules_nixpkgs/pull/125
[#128]: https://github.com/tweag/rules_nixpkgs/pull/128
[#131]: https://github.com/tweag/rules_nixpkgs/pull/131
[#132]: https://github.com/tweag/rules_nixpkgs/pull/132

## [0.7.0] - 2020-04-20
Expand Down

0 comments on commit 6178f2a

Please sign in to comment.