1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Release 0.2.13

This commit is contained in:
Nicolas Mattia 2020-02-02 13:27:43 +01:00
parent 7a21f49027
commit 2ecfd86b63
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [0.2.13] 2020-02-02
## Added
* `niv modify -n NAME` to rename a package
## Changed
* README mentions the `modify` command
* `niv` is not shipped with the `niv-test` executable anymore
* `cabal-upload` was simplified
## [0.2.12] 2020-01-17
## Added
* Examples for building C++ libraries with niv

View File

@ -204,7 +204,7 @@ $ niv update ghc -v 8.6.2
```
niv - dependency manager for Nix projects
version: 0.2.12
version: 0.2.13
Usage: niv [-s|--sources-file FILE] COMMAND

View File

@ -1,5 +1,5 @@
name: niv
version: 0.2.12
version: 0.2.13
license: MIT
author: Nicolas Mattia <nicolas@nmattia.com>
maintainer: Nicolas Mattia <nicolas@nmattia.com>