mirror of
https://github.com/nmattia/niv.git
synced 2024-11-25 09:56:49 +03:00
Release 0.2.19
This commit is contained in:
parent
d91c8b8051
commit
62fcf7d085
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user