Bump to v0.2.2.

This commit is contained in:
Bryan Gardiner 2023-03-17 21:21:26 -07:00
parent 37aa59ab4f
commit 7f17e6cdf3
No known key found for this signature in database
GPG key ID: 53EFBCA063E6183C
4 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
# nvd changelog # nvd changelog
## 0.2.2 (unreleased)
## 0.2.1 (2023-03-17) ## 0.2.1 (2023-03-17)
- Fixed reference to undefined variable in `StorePath` constructor (issue #12), - Fixed reference to undefined variable in `StorePath` constructor (issue #12),

View file

@ -4,7 +4,7 @@ let
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "nvd"; pname = "nvd";
version = "0.2.1"; version = "0.2.2";
src = nix-gitignore.gitignoreSourcePure [ ./.gitignore ] ./src; src = nix-gitignore.gitignoreSourcePure [ ./.gitignore ] ./src;

View file

@ -50,7 +50,7 @@ from typing import Dict, List, Optional, Tuple, Union
signal(SIGPIPE, SIG_DFL) # Python handles SIGPIPE improperly by default. signal(SIGPIPE, SIG_DFL) # Python handles SIGPIPE improperly by default.
NVD_VERSION = "0.2.1" NVD_VERSION = "0.2.2"
NIX_BIN_DIR = None NIX_BIN_DIR = None
USE_COLOUR = False USE_COLOUR = False

View file

@ -1,4 +1,4 @@
.TH nvd 1 2021-05-16 nvd-0.2.1 "User Commands" .TH nvd 1 2021-05-16 nvd-0.2.2 "User Commands"
.SH NAME .SH NAME
nvd \- Nix/NixOS package version diff tool nvd \- Nix/NixOS package version diff tool
.SH SYNOPSIS .SH SYNOPSIS