diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e221551 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +1.0.1 + +- [Include `nix.hh` in source distribution](https://github.com/aristanetworks/nix-serve-ng/pull/12) +- [Fix build on macOS](https://github.com/aristanetworks/nix-serve-ng/pull/14) + +1.0.0 + +- Initial release diff --git a/nix-serve-ng.cabal b/nix-serve-ng.cabal index 340f65d..2484fe7 100644 --- a/nix-serve-ng.cabal +++ b/nix-serve-ng.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: nix-serve-ng -version: 1.0.0 +version: 1.0.1 synopsis: A drop-in replacement for nix-serve that's faster and more stable @@ -9,6 +9,7 @@ license-file: LICENSE author: Arista Networks maintainer: opensource@awakesecurity.com copyright: 2022 Arista Networks +extra-source-files: CHANGELOG.md executable nix-serve hs-source-dirs: src