1
1
mirror of https://github.com/nmattia/niv.git synced 2024-10-06 12:27:35 +03:00

Release 0.2.19

This commit is contained in:
Nicolas Mattia 2021-01-05 11:55:20 +01:00
parent d91c8b8051
commit 62fcf7d085
4 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## UNRELEASED
## [0.2.19] 2021-01-05
## Added
* There is a new flag `--no-colors` for avoiding colors in the output
## Changed
* `GITHUB_PATH` was renamed to `NIV_GITHUB_PATH` https://github.com/nmattia/niv/issues/280
* `GITHUB_INSECURE` was renamed to `NIV_GITHUB_INSECURE` https://github.com/nmattia/niv/issues/280

View File

@ -219,7 +219,7 @@ $ niv update ghc -v 8.6.2
```
niv - dependency manager for Nix projects
version: 0.2.18
version: 0.2.19
Usage: niv [-s|--sources-file FILE] [--no-colors] COMMAND

View File

@ -1,6 +1,6 @@
{
"name": "niv",
"version": "0.2.18",
"version": "0.2.19",
"license": "MIT",
"author": "Nicolas Mattia <nicolas@nmattia.com>",
"maintainer": "Nicolas Mattia <nicolas@nmattia.com>",

View File

@ -8,6 +8,7 @@
# * git checkout master
# * make sure changelog is up-to-date
# * bump version in package.yaml
# * bump version in CHANGELOG
# * run ./script/gen (twice...)
# * run ./script/test
# * git ci -am "Release 3.14.15"