1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-25 01:42:46 +03:00

Release 0.2.21

This commit is contained in:
Nicolas Mattia 2022-05-06 18:02:31 +02:00
parent 945aa20cd0
commit 82e5cd1ad3
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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>",