Version 1.0.0 → 1.0.1 (#15)

This commit is contained in:
Gabriella Gonzalez 2022-11-25 08:22:29 -08:00 committed by GitHub
parent 1e42286b14
commit 9b546864f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

8
CHANGELOG.md Normal file
View File

@ -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

View File

@ -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