Version 1.0.0 → 1.0.1 (#15)
This commit is contained in:
parent
1e42286b14
commit
9b546864f4
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user