diff --git a/CHANGELOG.md b/CHANGELOG.md index 713cfe8..c4b2b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # nvd changelog +## 0.2.4 (unreleased) + ## 0.2.3 (2023-05-22) - Fix compatibility with nix-2.3 where `nix --extra-experimental-features` isn't diff --git a/default.nix b/default.nix index 35df9f3..7cb3705 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ let in stdenv.mkDerivation { pname = "nvd"; - version = "0.2.3"; + version = "0.2.4"; src = nix-gitignore.gitignoreSourcePure [ ./.gitignore ] ./src; diff --git a/src/nvd b/src/nvd index 745ae8f..916a96e 100755 --- a/src/nvd +++ b/src/nvd @@ -50,7 +50,7 @@ from typing import Dict, List, Optional, Tuple, Union signal(SIGPIPE, SIG_DFL) # Python handles SIGPIPE improperly by default. -NVD_VERSION = "0.2.3" +NVD_VERSION = "0.2.4" NIX_BIN_DIR = None USE_NIX_COMMAND_FEATURE = False # Whether to explicitly enable the nix-command feature. diff --git a/src/nvd.1 b/src/nvd.1 index 510e7fc..8a8350c 100644 --- a/src/nvd.1 +++ b/src/nvd.1 @@ -1,4 +1,4 @@ -.TH nvd 1 2021-05-16 nvd-0.2.3 "User Commands" +.TH nvd 1 2021-05-16 nvd-0.2.4 "User Commands" .SH NAME nvd \- Nix/NixOS package version diff tool .SH SYNOPSIS