mirror of
https://github.com/nmattia/niv.git
synced 2024-11-29 09:42:35 +03:00
commit
7f6ffb1667
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [0.2.4] 2019-12-01
|
||||
### Added
|
||||
* Experimental support for `add` subcommands, in particular `niv add git`
|
||||
## Changed
|
||||
* Various error message fixes
|
||||
|
||||
## [0.2.3] 2019-11-28
|
||||
### Added
|
||||
* A new CLI option (`-s`) reads attributes as raw strings.
|
||||
|
@ -199,7 +199,7 @@ $ niv update ghc -v 8.6.2
|
||||
```
|
||||
niv - dependency manager for Nix projects
|
||||
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
|
||||
Usage: niv COMMAND
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: niv
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
license: MIT
|
||||
author: Nicolas Mattia <nicolas@nmattia.com>
|
||||
maintainer: Nicolas Mattia <nicolas@nmattia.com>
|
||||
|
Loading…
Reference in New Issue
Block a user