Skip to content

Commit

Permalink
Release 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Apr 4, 2022
1 parent 2998a66 commit df49d53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Changelog

## UNRELEASED
## [0.2.20] 2022-04-04

## Added
* Add ability to pass submodules to `builtins.fetchGit`

## Changed
* Remove warnings about GITHUB_INSECURE and GITHUB_PATH
* Support newer GHC
* Update optparse-applicative and aeson (aeson 2)
* Update nixpkgs and track master
* Speed up initialization (skip `nix-prefetch-url`)
* Bunch of documentation fixes
* Fix badges and GitHub Actions


## [0.2.19] 2021-01-05
## Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ $ niv update ghc -v 8.6.2
```
niv - dependency manager for Nix projects
version: 0.2.19
version: 0.2.20
Usage: niv [-s|--sources-file FILE] [--no-colors] COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "niv",
"version": "0.2.19",
"version": "0.2.20",
"license": "MIT",
"author": "Nicolas Mattia <[email protected]>",
"maintainer": "Nicolas Mattia <[email protected]>",
Expand Down

0 comments on commit df49d53

Please sign in to comment.