mirror of
https://github.com/nmattia/niv.git
synced 2024-11-25 09:56:49 +03:00
Release 0.2.21
This commit is contained in:
parent
945aa20cd0
commit
82e5cd1ad3
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [0.2.21] 2022-05-06
|
||||
|
||||
## Added
|
||||
* Fetch submodules (if supported, otherwise warn)
|
||||
|
||||
## [0.2.20] 2022-04-04
|
||||
|
||||
## Added
|
||||
|
@ -210,7 +210,7 @@ $ niv update ghc -v 8.6.2
|
||||
```
|
||||
niv - dependency manager for Nix projects
|
||||
|
||||
version: 0.2.20
|
||||
version: 0.2.21
|
||||
|
||||
Usage: niv [-s|--sources-file FILE] [--no-colors] COMMAND
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "niv",
|
||||
"version": "0.2.20",
|
||||
"version": "0.2.21",
|
||||
"license": "MIT",
|
||||
"author": "Nicolas Mattia <nicolas@nmattia.com>",
|
||||
"maintainer": "Nicolas Mattia <nicolas@nmattia.com>",
|
||||
|
Loading…
Reference in New Issue
Block a user