mirror of
https://github.com/nmattia/niv.git
synced 2024-11-29 09:42:35 +03:00
Release 0.2.3
This commit is contained in:
parent
7dafd4116a
commit
b1968996f3
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.2.3] 2019-11-28
|
||||||
|
### Added
|
||||||
|
* A new CLI option (`-s`) reads attributes as raw strings.
|
||||||
|
### Changed
|
||||||
|
* The attribute CLI option (`-a`) now allows JSON value.
|
||||||
|
* Some typos were fixed.
|
||||||
|
* A deprecation warning was added for `builtin-tarball`.
|
||||||
|
|
||||||
## [0.2.2] 2019-11-27
|
## [0.2.2] 2019-11-27
|
||||||
### Added
|
### Added
|
||||||
* The `sources.nix` are now versioned.
|
* The `sources.nix` are now versioned.
|
||||||
|
@ -199,7 +199,7 @@ $ niv update ghc -v 8.6.2
|
|||||||
```
|
```
|
||||||
niv - dependency manager for Nix projects
|
niv - dependency manager for Nix projects
|
||||||
|
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
|
|
||||||
Usage: niv COMMAND
|
Usage: niv COMMAND
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: niv
|
name: niv
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
license: MIT
|
license: MIT
|
||||||
author: Nicolas Mattia <nicolas@nmattia.com>
|
author: Nicolas Mattia <nicolas@nmattia.com>
|
||||||
maintainer: Nicolas Mattia <nicolas@nmattia.com>
|
maintainer: Nicolas Mattia <nicolas@nmattia.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user