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

Release 0.2.3

This commit is contained in:
Nicolas Mattia 2019-11-28 10:08:14 +01:00
parent 7dafd4116a
commit b1968996f3
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# 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
### Added
* The `sources.nix` are now versioned.

View File

@ -199,7 +199,7 @@ $ niv update ghc -v 8.6.2
```
niv - dependency manager for Nix projects
version: 0.2.2
version: 0.2.3
Usage: niv COMMAND

View File

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